Sep 14 19:11:42.304 INFO checking bitfield-rle-0.0.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:11:42.304 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:11:42.304 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:11:42.767 INFO blam! ef79f0caec8cd4c51ddd3a6b0026520f4ddf48f9edb3532e6dab0acecd520558 Sep 14 19:11:42.771 INFO running `"docker" "start" "-a" "ef79f0caec8cd4c51ddd3a6b0026520f4ddf48f9edb3532e6dab0acecd520558"` Sep 14 19:11:44.015 INFO kablam! usermod: no changes Sep 14 19:11:44.159 INFO kablam! Checking varinteger v1.0.6 Sep 14 19:11:44.159 INFO kablam! Checking memory-pager v0.4.6 Sep 14 19:11:44.918 INFO kablam! Checking bitfield-rle v0.0.0 (file:///source) Sep 14 19:11:45.034 INFO kablam! Checking sparse-bitfield v0.3.3 Sep 14 19:11:47.284 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 14 19:11:47.284 INFO kablam! --> tests/test.rs:18:3 Sep 14 19:11:47.284 INFO kablam! | Sep 14 19:11:47.284 INFO kablam! 18 | assert_eq(enc.len(), 6); Sep 14 19:11:47.284 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 14 19:11:47.295 INFO kablam! Sep 14 19:11:47.295 INFO kablam! error[E0423]: expected function, found macro `assert_eq` Sep 14 19:11:47.295 INFO kablam! --> tests/test.rs:25:3 Sep 14 19:11:47.295 INFO kablam! | Sep 14 19:11:47.295 INFO kablam! 25 | assert_eq(bits.get(400), true); Sep 14 19:11:47.295 INFO kablam! | ^^^^^^^^^ did you mean `assert_eq!(...)`? Sep 14 19:11:47.295 INFO kablam! Sep 14 19:11:47.354 INFO kablam! error[E0599]: no method named `byte_len` found for type `bitfield::Bitfield` in the current scope Sep 14 19:11:47.354 INFO kablam! --> tests/test.rs:11:18 Sep 14 19:11:47.354 INFO kablam! | Sep 14 19:11:47.354 INFO kablam! 11 | let len = bits.byte_len(); Sep 14 19:11:47.354 INFO kablam! | ^^^^^^^^ Sep 14 19:11:47.354 INFO kablam! Sep 14 19:11:47.357 INFO kablam! error[E0599]: no method named `to_bytes` found for type `bitfield::Bitfield` in the current scope Sep 14 19:11:47.357 INFO kablam! --> tests/test.rs:13:8 Sep 14 19:11:47.357 INFO kablam! | Sep 14 19:11:47.357 INFO kablam! 13 | bits.to_bytes(bytes); Sep 14 19:11:47.357 INFO kablam! | ^^^^^^^^ Sep 14 19:11:47.359 INFO kablam! Sep 14 19:11:47.359 INFO kablam! error[E0308]: mismatched types Sep 14 19:11:47.359 INFO kablam! --> tests/test.rs:15:29 Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! 15 | let len = rle::encode_len(bytes); Sep 14 19:11:47.359 INFO kablam! | ^^^^^ Sep 14 19:11:47.359 INFO kablam! | | Sep 14 19:11:47.359 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 14 19:11:47.359 INFO kablam! | help: consider borrowing here: `&bytes` Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! = note: expected type `&[u8]` Sep 14 19:11:47.359 INFO kablam! found type `std::vec::Vec<_>` Sep 14 19:11:47.359 INFO kablam! Sep 14 19:11:47.359 INFO kablam! error[E0061]: this function takes 0 parameters but 2 parameters were supplied Sep 14 19:11:47.359 INFO kablam! --> tests/test.rs:17:3 Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! 17 | rle::encode(bytes, enc); Sep 14 19:11:47.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Sep 14 19:11:47.359 INFO kablam! Sep 14 19:11:47.359 INFO kablam! error[E0308]: mismatched types Sep 14 19:11:47.359 INFO kablam! --> tests/test.rs:20:29 Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! 20 | let len = rle::decode_len(enc); Sep 14 19:11:47.359 INFO kablam! | ^^^ Sep 14 19:11:47.359 INFO kablam! | | Sep 14 19:11:47.359 INFO kablam! | expected &[u8], found struct `std::vec::Vec` Sep 14 19:11:47.359 INFO kablam! | help: consider borrowing here: `&enc` Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! = note: expected type `&[u8]` Sep 14 19:11:47.359 INFO kablam! found type `std::vec::Vec<_>` Sep 14 19:11:47.359 INFO kablam! Sep 14 19:11:47.359 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 19:11:47.359 INFO kablam! --> tests/test.rs:22:3 Sep 14 19:11:47.359 INFO kablam! | Sep 14 19:11:47.359 INFO kablam! 22 | rle::decode(enc, dec); Sep 14 19:11:47.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 19:11:47.359 INFO kablam! Sep 14 19:11:47.360 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `bitfield::Bitfield` in the current scope Sep 14 19:11:47.360 INFO kablam! --> tests/test.rs:24:14 Sep 14 19:11:47.360 INFO kablam! | Sep 14 19:11:47.360 INFO kablam! 24 | let bits = Bitfield::from_bytes(dec); Sep 14 19:11:47.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `bitfield::Bitfield` Sep 14 19:11:47.360 INFO kablam! Sep 14 19:11:47.367 INFO kablam! error: aborting due to 9 previous errors Sep 14 19:11:47.367 INFO kablam! Sep 14 19:11:47.367 INFO kablam! Some errors occurred: E0061, E0308, E0423, E0599. Sep 14 19:11:47.367 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:11:47.378 INFO kablam! error: Could not compile `bitfield-rle`. Sep 14 19:11:47.378 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:11:47.441 INFO kablam! error: build failed Sep 14 19:11:47.441 INFO kablam! su: No module specific data is present Sep 14 19:11:48.684 INFO running `"docker" "rm" "-f" "ef79f0caec8cd4c51ddd3a6b0026520f4ddf48f9edb3532e6dab0acecd520558"` Sep 14 19:11:48.871 INFO blam! ef79f0caec8cd4c51ddd3a6b0026520f4ddf48f9edb3532e6dab0acecd520558