Sep 18 03:14:47.078 INFO checking bitfield-rle-0.0.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:14:47.078 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:14:47.079 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:14:47.334 INFO blam! c1b14ca8dc6285b584edb696f8c7262f56c7e95a3eeda06b03b046456f083027 Sep 18 03:14:47.336 INFO running `"docker" "start" "-a" "c1b14ca8dc6285b584edb696f8c7262f56c7e95a3eeda06b03b046456f083027"` Sep 18 03:14:48.073 INFO kablam! usermod: no changes Sep 18 03:14:48.135 INFO kablam! Checking varinteger v1.0.6 Sep 18 03:14:48.135 INFO kablam! Checking memory-pager v0.4.6 Sep 18 03:14:48.487 INFO kablam! Checking bitfield-rle v0.0.0 (/source) Sep 18 03:14:48.731 INFO kablam! Checking sparse-bitfield v0.3.3 Sep 18 03:14:49.927 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 18 03:14:49.927 INFO kablam! --> tests/test.rs:18:3 Sep 18 03:14:49.927 INFO kablam! | Sep 18 03:14:49.927 INFO kablam! 18 | assert_eq(enc.len(), 6); Sep 18 03:14:49.927 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 18 03:14:49.928 INFO kablam! Sep 18 03:14:49.928 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 18 03:14:49.928 INFO kablam! --> tests/test.rs:25:3 Sep 18 03:14:49.928 INFO kablam! | Sep 18 03:14:49.928 INFO kablam! 25 | assert_eq(bits.get(400), true); Sep 18 03:14:49.928 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 18 03:14:49.928 INFO kablam! Sep 18 03:14:49.987 INFO kablam! error[E0599]: no method named `byte_len` found for type `bitfield::Bitfield` in the current scope Sep 18 03:14:49.988 INFO kablam! --> tests/test.rs:11:18 Sep 18 03:14:49.988 INFO kablam! | Sep 18 03:14:49.988 INFO kablam! 11 | let len = bits.byte_len(); Sep 18 03:14:49.989 INFO kablam! | ^^^^^^^^ Sep 18 03:14:49.989 INFO kablam! Sep 18 03:14:49.989 INFO kablam! error[E0599]: no method named `to_bytes` found for type `bitfield::Bitfield` in the current scope Sep 18 03:14:49.989 INFO kablam! --> tests/test.rs:13:8 Sep 18 03:14:49.989 INFO kablam! | Sep 18 03:14:49.989 INFO kablam! 13 | bits.to_bytes(bytes); Sep 18 03:14:49.989 INFO kablam! | ^^^^^^^^ Sep 18 03:14:49.989 INFO kablam! Sep 18 03:14:49.990 INFO kablam! error[E0308]: mismatched types Sep 18 03:14:49.990 INFO kablam! --> tests/test.rs:15:29 Sep 18 03:14:49.990 INFO kablam! | Sep 18 03:14:49.990 INFO kablam! 15 | let len = rle::encode_len(bytes); Sep 18 03:14:49.990 INFO kablam! | ^^^^^ Sep 18 03:14:49.990 INFO kablam! | | Sep 18 03:14:49.990 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 18 03:14:49.990 INFO kablam! | help: consider borrowing here: `&bytes` Sep 18 03:14:49.990 INFO kablam! | Sep 18 03:14:49.990 INFO kablam! = note: expected type `&[u8]` Sep 18 03:14:49.990 INFO kablam! found type `std::vec::Vec<_>` Sep 18 03:14:49.990 INFO kablam! Sep 18 03:14:49.990 INFO kablam! error[E0061]: this function takes 0 parameters but 2 parameters were supplied Sep 18 03:14:49.990 INFO kablam! --> tests/test.rs:17:3 Sep 18 03:14:49.990 INFO kablam! | Sep 18 03:14:49.990 INFO kablam! 17 | rle::encode(bytes, enc); Sep 18 03:14:49.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Sep 18 03:14:49.990 INFO kablam! Sep 18 03:14:49.990 INFO kablam! error[E0308]: mismatched types Sep 18 03:14:49.991 INFO kablam! --> tests/test.rs:20:29 Sep 18 03:14:49.991 INFO kablam! | Sep 18 03:14:49.991 INFO kablam! 20 | let len = rle::decode_len(enc); Sep 18 03:14:49.991 INFO kablam! | ^^^ Sep 18 03:14:49.991 INFO kablam! | | Sep 18 03:14:49.991 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 18 03:14:49.991 INFO kablam! | help: consider borrowing here: `&enc` Sep 18 03:14:49.991 INFO kablam! | Sep 18 03:14:49.991 INFO kablam! = note: expected type `&[u8]` Sep 18 03:14:49.992 INFO kablam! found type `std::vec::Vec<_>` Sep 18 03:14:49.992 INFO kablam! Sep 18 03:14:49.992 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 18 03:14:49.992 INFO kablam! --> tests/test.rs:22:3 Sep 18 03:14:49.992 INFO kablam! | Sep 18 03:14:49.992 INFO kablam! 22 | rle::decode(enc, dec); Sep 18 03:14:49.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 18 03:14:49.992 INFO kablam! Sep 18 03:14:49.992 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `bitfield::Bitfield` in the current scope Sep 18 03:14:49.992 INFO kablam! --> tests/test.rs:24:14 Sep 18 03:14:49.992 INFO kablam! | Sep 18 03:14:49.992 INFO kablam! 24 | let bits = Bitfield::from_bytes(dec); Sep 18 03:14:49.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `bitfield::Bitfield` Sep 18 03:14:49.992 INFO kablam! Sep 18 03:14:49.994 INFO kablam! error: aborting due to 9 previous errors Sep 18 03:14:49.995 INFO kablam! Sep 18 03:14:49.995 INFO kablam! Some errors occurred: E0061, E0308, E0423, E0599. Sep 18 03:14:49.995 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:14:50.005 INFO kablam! error: Could not compile `bitfield-rle`. Sep 18 03:14:50.005 INFO kablam! Sep 18 03:14:50.005 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:14:50.005 INFO kablam! su: No module specific data is present Sep 18 03:14:50.770 INFO running `"docker" "rm" "-f" "c1b14ca8dc6285b584edb696f8c7262f56c7e95a3eeda06b03b046456f083027"` Sep 18 03:14:51.018 INFO blam! c1b14ca8dc6285b584edb696f8c7262f56c7e95a3eeda06b03b046456f083027