Aug 31 15:15:42.815 INFO checking rustc-hex-1.0.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 15:15:42.815 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 15:15:42.816 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 15:15:43.006 INFO blam! ba75f077924cce8e033df0c90203fde485cf66a44c74ae0e97f0fec7b25efd6e Aug 31 15:15:43.008 INFO running `"docker" "start" "-a" "ba75f077924cce8e033df0c90203fde485cf66a44c74ae0e97f0fec7b25efd6e"` Aug 31 15:15:43.688 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Aug 31 15:15:44.078 INFO kablam! error[E0432]: unresolved import `hex` Aug 31 15:15:44.078 INFO kablam! --> src/lib.rs:172:9 Aug 31 15:15:44.078 INFO kablam! | Aug 31 15:15:44.078 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 31 15:15:44.078 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Aug 31 15:15:44.078 INFO kablam! Aug 31 15:15:44.082 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Aug 31 15:15:44.082 INFO kablam! --> src/lib.rs:172:15 Aug 31 15:15:44.082 INFO kablam! | Aug 31 15:15:44.082 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 31 15:15:44.082 INFO kablam! | ^^^^^^^ ^^^^^ Aug 31 15:15:44.082 INFO kablam! | Aug 31 15:15:44.082 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 15:15:44.082 INFO kablam! Aug 31 15:15:44.333 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Aug 31 15:15:44.333 INFO kablam! --> src/lib.rs:176:40 Aug 31 15:15:44.333 INFO kablam! | Aug 31 15:15:44.333 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Aug 31 15:15:44.333 INFO kablam! | ^^^^^^ Aug 31 15:15:44.334 INFO kablam! | Aug 31 15:15:44.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.334 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.334 INFO kablam! `use ToHex;` Aug 31 15:15:44.334 INFO kablam! = help: did you mean `to_vec`? Aug 31 15:15:44.334 INFO kablam! Aug 31 15:15:44.337 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.337 INFO kablam! --> src/lib.rs:181:35 Aug 31 15:15:44.337 INFO kablam! | Aug 31 15:15:44.337 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Aug 31 15:15:44.337 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.337 INFO kablam! | Aug 31 15:15:44.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.337 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.337 INFO kablam! `use FromHex;` Aug 31 15:15:44.337 INFO kablam! Aug 31 15:15:44.339 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.339 INFO kablam! --> src/lib.rs:183:35 Aug 31 15:15:44.339 INFO kablam! | Aug 31 15:15:44.339 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Aug 31 15:15:44.339 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.339 INFO kablam! | Aug 31 15:15:44.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.340 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.340 INFO kablam! `use FromHex;` Aug 31 15:15:44.340 INFO kablam! Aug 31 15:15:44.341 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.342 INFO kablam! --> src/lib.rs:189:23 Aug 31 15:15:44.342 INFO kablam! | Aug 31 15:15:44.342 INFO kablam! 189 | assert!("666".from_hex().is_err()); Aug 31 15:15:44.342 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.342 INFO kablam! | Aug 31 15:15:44.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.342 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.342 INFO kablam! `use FromHex;` Aug 31 15:15:44.342 INFO kablam! Aug 31 15:15:44.344 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.344 INFO kablam! --> src/lib.rs:190:24 Aug 31 15:15:44.344 INFO kablam! | Aug 31 15:15:44.344 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Aug 31 15:15:44.344 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.344 INFO kablam! | Aug 31 15:15:44.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.344 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.344 INFO kablam! `use FromHex;` Aug 31 15:15:44.344 INFO kablam! Aug 31 15:15:44.345 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.345 INFO kablam! --> src/lib.rs:195:24 Aug 31 15:15:44.345 INFO kablam! | Aug 31 15:15:44.345 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Aug 31 15:15:44.345 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.346 INFO kablam! | Aug 31 15:15:44.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.346 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.346 INFO kablam! `use FromHex;` Aug 31 15:15:44.346 INFO kablam! Aug 31 15:15:44.346 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 31 15:15:44.346 INFO kablam! --> src/lib.rs:200:41 Aug 31 15:15:44.347 INFO kablam! | Aug 31 15:15:44.347 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Aug 31 15:15:44.347 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.347 INFO kablam! | Aug 31 15:15:44.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.347 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.347 INFO kablam! `use FromHex;` Aug 31 15:15:44.347 INFO kablam! Aug 31 15:15:44.352 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Aug 31 15:15:44.352 INFO kablam! --> src/lib.rs:207:34 Aug 31 15:15:44.352 INFO kablam! | Aug 31 15:15:44.352 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Aug 31 15:15:44.352 INFO kablam! | ^^^^^^ Aug 31 15:15:44.352 INFO kablam! | Aug 31 15:15:44.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.355 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.355 INFO kablam! `use ToHex;` Aug 31 15:15:44.355 INFO kablam! = help: did you mean `to_vec`? Aug 31 15:15:44.355 INFO kablam! Aug 31 15:15:44.360 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 31 15:15:44.360 INFO kablam! --> src/lib.rs:215:45 Aug 31 15:15:44.360 INFO kablam! | Aug 31 15:15:44.360 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Aug 31 15:15:44.360 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.360 INFO kablam! | Aug 31 15:15:44.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.360 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.360 INFO kablam! `use FromHex;` Aug 31 15:15:44.360 INFO kablam! Aug 31 15:15:44.365 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 31 15:15:44.365 INFO kablam! --> src/lib.rs:217:45 Aug 31 15:15:44.365 INFO kablam! | Aug 31 15:15:44.365 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Aug 31 15:15:44.365 INFO kablam! | ^^^^^^^^ Aug 31 15:15:44.365 INFO kablam! | Aug 31 15:15:44.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 15:15:44.365 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 15:15:44.365 INFO kablam! `use FromHex;` Aug 31 15:15:44.365 INFO kablam! Aug 31 15:15:44.371 INFO kablam! error: aborting due to 11 previous errors Aug 31 15:15:44.372 INFO kablam! Aug 31 15:15:44.372 INFO kablam! Some errors occurred: E0432, E0599. Aug 31 15:15:44.372 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 15:15:44.383 INFO kablam! error: Could not compile `rustc-hex`. Aug 31 15:15:44.383 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 15:15:44.658 INFO kablam! error: build failed Aug 31 15:15:44.660 INFO kablam! su: No module specific data is present Aug 31 15:15:45.146 INFO running `"docker" "rm" "-f" "ba75f077924cce8e033df0c90203fde485cf66a44c74ae0e97f0fec7b25efd6e"` Aug 31 15:15:45.270 INFO blam! ba75f077924cce8e033df0c90203fde485cf66a44c74ae0e97f0fec7b25efd6e