Sep 18 03:15:27.180 INFO checking bitbuf-1.0.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:15:27.180 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:15:27.180 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:15:27.588 INFO blam! 21501aee6c597ba9768fadf5d701e897269d9323ee0c96d2f9a356768f2f7c45 Sep 18 03:15:27.590 INFO running `"docker" "start" "-a" "21501aee6c597ba9768fadf5d701e897269d9323ee0c96d2f9a356768f2f7c45"` Sep 18 03:15:30.059 INFO kablam! usermod: no changes Sep 18 03:15:30.127 INFO kablam! Checking bitbuf v1.0.0 (/source) Sep 18 03:15:30.562 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:15:30.562 INFO kablam! --> src/lib.rs:101:28 Sep 18 03:15:30.562 INFO kablam! | Sep 18 03:15:30.562 INFO kablam! 101 | self.in_write_byte((if value {1} else {0}), 1); Sep 18 03:15:30.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:15:30.562 INFO kablam! | Sep 18 03:15:30.562 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:15:30.562 INFO kablam! Sep 18 03:15:30.697 INFO kablam! warning: method is never used: `write_i64_part` Sep 18 03:15:30.697 INFO kablam! --> src/lib.rs:325:5 Sep 18 03:15:30.697 INFO kablam! | Sep 18 03:15:30.697 INFO kablam! 325 | fn write_i64_part(&mut self, value: i64, bits: u8) { Sep 18 03:15:30.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:15:30.697 INFO kablam! | Sep 18 03:15:30.698 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:15:30.698 INFO kablam! Sep 18 03:15:30.698 INFO kablam! warning: method is never used: `read_i64_part` Sep 18 03:15:30.698 INFO kablam! --> src/lib.rs:329:5 Sep 18 03:15:30.698 INFO kablam! | Sep 18 03:15:30.698 INFO kablam! 329 | fn read_i64_part(&mut self, bits: u8) -> i64 { Sep 18 03:15:30.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:15:30.698 INFO kablam! Sep 18 03:15:30.774 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.775 INFO kablam! --> src/lib.rs:659:40 Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 659 | fn benchperson_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.775 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.775 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! Sep 18 03:15:30.775 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.775 INFO kablam! --> src/lib.rs:677:39 Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 677 | fn benchperson_read1400_bench(b: &mut Bencher) { Sep 18 03:15:30.775 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.775 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! Sep 18 03:15:30.775 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.775 INFO kablam! --> src/lib.rs:698:32 Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 698 | fn bitbuf_create_bench(b: &mut Bencher) { Sep 18 03:15:30.775 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.775 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.775 INFO kablam! | Sep 18 03:15:30.775 INFO kablam! Sep 18 03:15:30.775 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.775 INFO kablam! --> src/lib.rs:705:36 Sep 18 03:15:30.776 INFO kablam! | Sep 18 03:15:30.776 INFO kablam! 705 | fn in_byte_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.776 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.777 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.777 INFO kablam! | Sep 18 03:15:30.777 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.778 INFO kablam! | Sep 18 03:15:30.778 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.779 INFO kablam! | Sep 18 03:15:30.779 INFO kablam! Sep 18 03:15:30.779 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.780 INFO kablam! --> src/lib.rs:716:35 Sep 18 03:15:30.780 INFO kablam! | Sep 18 03:15:30.780 INFO kablam! 716 | fn in_byte_read1400_bench(b: &mut Bencher) { Sep 18 03:15:30.781 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.781 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.781 INFO kablam! | Sep 18 03:15:30.781 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.781 INFO kablam! | Sep 18 03:15:30.781 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.782 INFO kablam! | Sep 18 03:15:30.782 INFO kablam! Sep 18 03:15:30.782 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.782 INFO kablam! --> src/lib.rs:730:35 Sep 18 03:15:30.782 INFO kablam! | Sep 18 03:15:30.782 INFO kablam! 730 | fn string_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.782 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.782 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.783 INFO kablam! | Sep 18 03:15:30.783 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.783 INFO kablam! | Sep 18 03:15:30.786 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.786 INFO kablam! | Sep 18 03:15:30.786 INFO kablam! Sep 18 03:15:30.786 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.787 INFO kablam! --> src/lib.rs:741:34 Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 741 | fn string_read1400_bench(b: &mut Bencher) { Sep 18 03:15:30.787 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.787 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! Sep 18 03:15:30.787 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.787 INFO kablam! --> src/lib.rs:755:32 Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 755 | fn i32_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.787 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.787 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! Sep 18 03:15:30.787 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.787 INFO kablam! --> src/lib.rs:766:32 Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 766 | fn i64_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.787 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.787 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! Sep 18 03:15:30.787 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.787 INFO kablam! --> src/lib.rs:777:31 Sep 18 03:15:30.787 INFO kablam! | Sep 18 03:15:30.787 INFO kablam! 777 | fn i64_read1400_bench(b: &mut Bencher) { Sep 18 03:15:30.787 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.787 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! Sep 18 03:15:30.788 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.788 INFO kablam! --> src/lib.rs:791:32 Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 791 | fn f32_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.788 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.788 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! Sep 18 03:15:30.788 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.788 INFO kablam! --> src/lib.rs:802:32 Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 802 | fn f64_write1400_bench(b: &mut Bencher) { Sep 18 03:15:30.788 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.788 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! Sep 18 03:15:30.788 INFO kablam! error[E0412]: cannot find type `Bencher` in this scope Sep 18 03:15:30.788 INFO kablam! --> src/lib.rs:813:31 Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.788 INFO kablam! 813 | fn f64_read1400_bench(b: &mut Bencher) { Sep 18 03:15:30.788 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 03:15:30.788 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 03:15:30.788 INFO kablam! | Sep 18 03:15:30.789 INFO kablam! 1 | use test::Bencher; Sep 18 03:15:30.789 INFO kablam! | Sep 18 03:15:30.789 INFO kablam! 1 | use test::test::Bencher; Sep 18 03:15:30.789 INFO kablam! | Sep 18 03:15:30.789 INFO kablam! Sep 18 03:15:30.789 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:15:30.789 INFO kablam! --> src/lib.rs:101:28 Sep 18 03:15:30.789 INFO kablam! | Sep 18 03:15:30.789 INFO kablam! 101 | self.in_write_byte((if value {1} else {0}), 1); Sep 18 03:15:30.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:15:30.789 INFO kablam! | Sep 18 03:15:30.789 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:15:30.789 INFO kablam! Sep 18 03:15:30.930 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope Sep 18 03:15:30.930 INFO kablam! --> src/lib.rs:662:21 Sep 18 03:15:30.930 INFO kablam! | Sep 18 03:15:30.930 INFO kablam! 662 | first_name: String::from_str("John"), Sep 18 03:15:30.931 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `std::string::String` Sep 18 03:15:30.931 INFO kablam! | Sep 18 03:15:30.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:15:30.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:15:30.932 INFO kablam! | Sep 18 03:15:30.932 INFO kablam! 1 | use std::str::FromStr; Sep 18 03:15:30.932 INFO kablam! | Sep 18 03:15:30.933 INFO kablam! Sep 18 03:15:30.933 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope Sep 18 03:15:30.933 INFO kablam! --> src/lib.rs:663:20 Sep 18 03:15:30.933 INFO kablam! | Sep 18 03:15:30.934 INFO kablam! 663 | last_name: String::from_str("Johnson"), Sep 18 03:15:30.934 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `std::string::String` Sep 18 03:15:30.934 INFO kablam! | Sep 18 03:15:30.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:15:30.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:15:30.935 INFO kablam! | Sep 18 03:15:30.935 INFO kablam! 1 | use std::str::FromStr; Sep 18 03:15:30.936 INFO kablam! | Sep 18 03:15:30.936 INFO kablam! Sep 18 03:15:30.936 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope Sep 18 03:15:30.936 INFO kablam! --> src/lib.rs:680:21 Sep 18 03:15:30.937 INFO kablam! | Sep 18 03:15:30.937 INFO kablam! 680 | first_name: String::from_str("John"), Sep 18 03:15:30.937 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `std::string::String` Sep 18 03:15:30.937 INFO kablam! | Sep 18 03:15:30.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:15:30.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:15:30.938 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! 1 | use std::str::FromStr; Sep 18 03:15:30.940 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! Sep 18 03:15:30.940 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope Sep 18 03:15:30.940 INFO kablam! --> src/lib.rs:681:20 Sep 18 03:15:30.940 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! 681 | last_name: String::from_str("Johnson"), Sep 18 03:15:30.940 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `std::string::String` Sep 18 03:15:30.940 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:15:30.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:15:30.940 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! 1 | use std::str::FromStr; Sep 18 03:15:30.940 INFO kablam! | Sep 18 03:15:30.940 INFO kablam! Sep 18 03:15:30.959 INFO kablam! error: aborting due to 17 previous errors Sep 18 03:15:30.959 INFO kablam! Sep 18 03:15:30.960 INFO kablam! Some errors occurred: E0412, E0599. Sep 18 03:15:30.960 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 18 03:15:30.967 INFO kablam! error: Could not compile `bitbuf`. Sep 18 03:15:30.967 INFO kablam! Sep 18 03:15:30.967 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:15:30.969 INFO kablam! su: No module specific data is present Sep 18 03:15:31.783 INFO running `"docker" "rm" "-f" "21501aee6c597ba9768fadf5d701e897269d9323ee0c96d2f9a356768f2f7c45"` Sep 18 03:15:32.127 INFO blam! 21501aee6c597ba9768fadf5d701e897269d9323ee0c96d2f9a356768f2f7c45