Aug 11 03:13:00.954 INFO checking rustc-hex-1.0.0 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 03:13:00.954 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 03:13:00.954 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 03:13:00.954 INFO running `"docker" "create" "-v" "/tmp/crater.9fyNlk3AhhuZ:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-2/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 03:13:01.232 INFO blam! 3fe961240f18fa757a6c27a14b49abd9043243d3bafed97794df490f69e27c69 Aug 11 03:13:01.234 INFO running `"docker" "start" "-a" "3fe961240f18fa757a6c27a14b49abd9043243d3bafed97794df490f69e27c69"` Aug 11 03:13:02.415 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Aug 11 03:13:03.288 INFO kablam! error[E0432]: unresolved import `hex` Aug 11 03:13:03.289 INFO kablam! --> src/lib.rs:172:9 Aug 11 03:13:03.289 INFO kablam! | Aug 11 03:13:03.289 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 11 03:13:03.289 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Aug 11 03:13:03.308 INFO kablam! Aug 11 03:13:03.343 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Aug 11 03:13:03.343 INFO kablam! --> src/lib.rs:172:15 Aug 11 03:13:03.343 INFO kablam! | Aug 11 03:13:03.343 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 11 03:13:03.343 INFO kablam! | ^^^^^^^ ^^^^^ Aug 11 03:13:03.343 INFO kablam! | Aug 11 03:13:03.343 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 03:13:03.343 INFO kablam! Aug 11 03:13:03.788 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Aug 11 03:13:03.788 INFO kablam! --> src/lib.rs:176:40 Aug 11 03:13:03.788 INFO kablam! | Aug 11 03:13:03.789 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Aug 11 03:13:03.789 INFO kablam! | ^^^^^^ Aug 11 03:13:03.800 INFO kablam! | Aug 11 03:13:03.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.801 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.801 INFO kablam! `use ToHex;` Aug 11 03:13:03.801 INFO kablam! = help: did you mean `to_vec`? Aug 11 03:13:03.802 INFO kablam! Aug 11 03:13:03.807 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.807 INFO kablam! --> src/lib.rs:181:35 Aug 11 03:13:03.807 INFO kablam! | Aug 11 03:13:03.807 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Aug 11 03:13:03.807 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.807 INFO kablam! | Aug 11 03:13:03.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.808 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.808 INFO kablam! `use FromHex;` Aug 11 03:13:03.808 INFO kablam! Aug 11 03:13:03.812 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.812 INFO kablam! --> src/lib.rs:183:35 Aug 11 03:13:03.812 INFO kablam! | Aug 11 03:13:03.812 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Aug 11 03:13:03.812 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.817 INFO kablam! | Aug 11 03:13:03.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.817 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.817 INFO kablam! `use FromHex;` Aug 11 03:13:03.818 INFO kablam! Aug 11 03:13:03.824 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.824 INFO kablam! --> src/lib.rs:189:23 Aug 11 03:13:03.824 INFO kablam! | Aug 11 03:13:03.824 INFO kablam! 189 | assert!("666".from_hex().is_err()); Aug 11 03:13:03.824 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.824 INFO kablam! | Aug 11 03:13:03.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.825 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.825 INFO kablam! `use FromHex;` Aug 11 03:13:03.825 INFO kablam! Aug 11 03:13:03.836 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.836 INFO kablam! --> src/lib.rs:190:24 Aug 11 03:13:03.836 INFO kablam! | Aug 11 03:13:03.836 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Aug 11 03:13:03.836 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.836 INFO kablam! | Aug 11 03:13:03.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.837 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.837 INFO kablam! `use FromHex;` Aug 11 03:13:03.837 INFO kablam! Aug 11 03:13:03.839 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.839 INFO kablam! --> src/lib.rs:195:24 Aug 11 03:13:03.839 INFO kablam! | Aug 11 03:13:03.839 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Aug 11 03:13:03.839 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.839 INFO kablam! | Aug 11 03:13:03.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.840 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.840 INFO kablam! `use FromHex;` Aug 11 03:13:03.840 INFO kablam! Aug 11 03:13:03.842 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 11 03:13:03.842 INFO kablam! --> src/lib.rs:200:41 Aug 11 03:13:03.842 INFO kablam! | Aug 11 03:13:03.842 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Aug 11 03:13:03.842 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.842 INFO kablam! | Aug 11 03:13:03.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.843 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.843 INFO kablam! `use FromHex;` Aug 11 03:13:03.844 INFO kablam! Aug 11 03:13:03.865 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Aug 11 03:13:03.865 INFO kablam! --> src/lib.rs:207:34 Aug 11 03:13:03.865 INFO kablam! | Aug 11 03:13:03.865 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Aug 11 03:13:03.865 INFO kablam! | ^^^^^^ Aug 11 03:13:03.869 INFO kablam! | Aug 11 03:13:03.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.870 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.870 INFO kablam! `use ToHex;` Aug 11 03:13:03.870 INFO kablam! = help: did you mean `to_vec`? Aug 11 03:13:03.870 INFO kablam! Aug 11 03:13:03.904 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 11 03:13:03.904 INFO kablam! --> src/lib.rs:215:45 Aug 11 03:13:03.904 INFO kablam! | Aug 11 03:13:03.904 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Aug 11 03:13:03.904 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.905 INFO kablam! | Aug 11 03:13:03.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.906 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.906 INFO kablam! `use FromHex;` Aug 11 03:13:03.906 INFO kablam! Aug 11 03:13:03.913 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 11 03:13:03.913 INFO kablam! --> src/lib.rs:217:45 Aug 11 03:13:03.913 INFO kablam! | Aug 11 03:13:03.913 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Aug 11 03:13:03.913 INFO kablam! | ^^^^^^^^ Aug 11 03:13:03.914 INFO kablam! | Aug 11 03:13:03.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 03:13:03.914 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 03:13:03.915 INFO kablam! `use FromHex;` Aug 11 03:13:03.915 INFO kablam! Aug 11 03:13:03.924 INFO kablam! error: aborting due to 11 previous errors Aug 11 03:13:03.924 INFO kablam! Aug 11 03:13:03.925 INFO kablam! Some errors occurred: E0432, E0599. Aug 11 03:13:03.925 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 11 03:13:03.935 INFO kablam! error: Could not compile `rustc-hex`. Aug 11 03:13:03.935 INFO kablam! Aug 11 03:13:03.935 INFO kablam! To learn more, run the command again with --verbose. Aug 11 03:13:03.937 INFO kablam! su: No module specific data is present Aug 11 03:13:04.506 INFO running `"docker" "rm" "-f" "3fe961240f18fa757a6c27a14b49abd9043243d3bafed97794df490f69e27c69"` Aug 11 03:13:04.699 INFO blam! 3fe961240f18fa757a6c27a14b49abd9043243d3bafed97794df490f69e27c69