Sep 04 23:04:52.269 INFO checking bitfield-rle-0.0.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 23:04:52.269 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 23:04:52.269 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:04:52.502 INFO blam! 78c221844c9007b4c4887e4217cff68ee29b42d8335fe44c3f49fd8aa839fc20 Sep 04 23:04:52.504 INFO running `"docker" "start" "-a" "78c221844c9007b4c4887e4217cff68ee29b42d8335fe44c3f49fd8aa839fc20"` Sep 04 23:04:53.223 INFO kablam! Checking varinteger v1.0.6 Sep 04 23:04:53.224 INFO kablam! Checking sparse-bitfield v0.3.3 Sep 04 23:04:53.848 INFO kablam! Checking bitfield-rle v0.0.0 (file:///source) Sep 04 23:04:56.537 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 04 23:04:56.538 INFO kablam! --> tests/test.rs:18:3 Sep 04 23:04:56.538 INFO kablam! | Sep 04 23:04:56.538 INFO kablam! 18 | assert_eq(enc.len(), 6); Sep 04 23:04:56.538 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 04 23:04:56.538 INFO kablam! Sep 04 23:04:56.538 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 04 23:04:56.538 INFO kablam! --> tests/test.rs:25:3 Sep 04 23:04:56.538 INFO kablam! | Sep 04 23:04:56.538 INFO kablam! 25 | assert_eq(bits.get(400), true); Sep 04 23:04:56.538 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 04 23:04:56.538 INFO kablam! Sep 04 23:04:56.611 INFO kablam! error[E0599]: no method named `byte_len` found for type `bitfield::Bitfield` in the current scope Sep 04 23:04:56.611 INFO kablam! --> tests/test.rs:11:18 Sep 04 23:04:56.611 INFO kablam! | Sep 04 23:04:56.611 INFO kablam! 11 | let len = bits.byte_len(); Sep 04 23:04:56.612 INFO kablam! | ^^^^^^^^ Sep 04 23:04:56.612 INFO kablam! Sep 04 23:04:56.614 INFO kablam! error[E0599]: no method named `to_bytes` found for type `bitfield::Bitfield` in the current scope Sep 04 23:04:56.614 INFO kablam! --> tests/test.rs:13:8 Sep 04 23:04:56.614 INFO kablam! | Sep 04 23:04:56.614 INFO kablam! 13 | bits.to_bytes(bytes); Sep 04 23:04:56.614 INFO kablam! | ^^^^^^^^ Sep 04 23:04:56.614 INFO kablam! Sep 04 23:04:56.615 INFO kablam! error[E0308]: mismatched types Sep 04 23:04:56.615 INFO kablam! --> tests/test.rs:15:29 Sep 04 23:04:56.615 INFO kablam! | Sep 04 23:04:56.615 INFO kablam! 15 | let len = rle::encode_len(bytes); Sep 04 23:04:56.615 INFO kablam! | ^^^^^ Sep 04 23:04:56.615 INFO kablam! | | Sep 04 23:04:56.615 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 04 23:04:56.615 INFO kablam! | help: consider borrowing here: `&bytes` Sep 04 23:04:56.615 INFO kablam! | Sep 04 23:04:56.615 INFO kablam! = note: expected type `&[u8]` Sep 04 23:04:56.615 INFO kablam! found type `std::vec::Vec<_>` Sep 04 23:04:56.615 INFO kablam! Sep 04 23:04:56.615 INFO kablam! error[E0061]: this function takes 0 parameters but 2 parameters were supplied Sep 04 23:04:56.615 INFO kablam! --> tests/test.rs:17:3 Sep 04 23:04:56.615 INFO kablam! | Sep 04 23:04:56.616 INFO kablam! 17 | rle::encode(bytes, enc); Sep 04 23:04:56.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Sep 04 23:04:56.616 INFO kablam! Sep 04 23:04:56.617 INFO kablam! error[E0308]: mismatched types Sep 04 23:04:56.617 INFO kablam! --> tests/test.rs:20:29 Sep 04 23:04:56.617 INFO kablam! | Sep 04 23:04:56.617 INFO kablam! 20 | let len = rle::decode_len(enc); Sep 04 23:04:56.617 INFO kablam! | ^^^ Sep 04 23:04:56.617 INFO kablam! | | Sep 04 23:04:56.617 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 04 23:04:56.617 INFO kablam! | help: consider borrowing here: `&enc` Sep 04 23:04:56.617 INFO kablam! | Sep 04 23:04:56.617 INFO kablam! = note: expected type `&[u8]` Sep 04 23:04:56.617 INFO kablam! found type `std::vec::Vec<_>` Sep 04 23:04:56.617 INFO kablam! Sep 04 23:04:56.617 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 23:04:56.617 INFO kablam! --> tests/test.rs:22:3 Sep 04 23:04:56.617 INFO kablam! | Sep 04 23:04:56.617 INFO kablam! 22 | rle::decode(enc, dec); Sep 04 23:04:56.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 23:04:56.617 INFO kablam! Sep 04 23:04:56.619 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `bitfield::Bitfield` in the current scope Sep 04 23:04:56.619 INFO kablam! --> tests/test.rs:24:14 Sep 04 23:04:56.619 INFO kablam! | Sep 04 23:04:56.619 INFO kablam! 24 | let bits = Bitfield::from_bytes(dec); Sep 04 23:04:56.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `bitfield::Bitfield` Sep 04 23:04:56.619 INFO kablam! Sep 04 23:04:56.622 INFO kablam! error: aborting due to 9 previous errors Sep 04 23:04:56.622 INFO kablam! Sep 04 23:04:56.622 INFO kablam! Some errors occurred: E0061, E0308, E0423, E0599. Sep 04 23:04:56.622 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 23:04:56.633 INFO kablam! error: Could not compile `bitfield-rle`. Sep 04 23:04:56.633 INFO kablam! Sep 04 23:04:56.633 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:04:56.634 INFO kablam! su: No module specific data is present Sep 04 23:04:57.083 INFO running `"docker" "rm" "-f" "78c221844c9007b4c4887e4217cff68ee29b42d8335fe44c3f49fd8aa839fc20"` Sep 04 23:04:57.199 INFO blam! 78c221844c9007b4c4887e4217cff68ee29b42d8335fe44c3f49fd8aa839fc20