Aug 30 04:17:28.082 INFO checking rustc-hex-1.0.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 04:17:28.082 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 04:17:28.082 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 04:17:28.297 INFO blam! 1fb0cf6fa94892ea510c13de5d2420d7bf9a4c937be99e38f881a42c6b1c856d Aug 30 04:17:28.300 INFO running `"docker" "start" "-a" "1fb0cf6fa94892ea510c13de5d2420d7bf9a4c937be99e38f881a42c6b1c856d"` Aug 30 04:17:28.896 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Aug 30 04:17:29.246 INFO kablam! error[E0432]: unresolved import `hex` Aug 30 04:17:29.247 INFO kablam! --> src/lib.rs:172:9 Aug 30 04:17:29.247 INFO kablam! | Aug 30 04:17:29.247 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 30 04:17:29.247 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Aug 30 04:17:29.247 INFO kablam! Aug 30 04:17:29.249 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Aug 30 04:17:29.250 INFO kablam! --> src/lib.rs:172:15 Aug 30 04:17:29.250 INFO kablam! | Aug 30 04:17:29.250 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 30 04:17:29.250 INFO kablam! | ^^^^^^^ ^^^^^ Aug 30 04:17:29.250 INFO kablam! | Aug 30 04:17:29.250 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 04:17:29.250 INFO kablam! Aug 30 04:17:29.487 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Aug 30 04:17:29.487 INFO kablam! --> src/lib.rs:176:40 Aug 30 04:17:29.488 INFO kablam! | Aug 30 04:17:29.488 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Aug 30 04:17:29.488 INFO kablam! | ^^^^^^ Aug 30 04:17:29.488 INFO kablam! | Aug 30 04:17:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.489 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.489 INFO kablam! `use ToHex;` Aug 30 04:17:29.489 INFO kablam! = help: did you mean `to_vec`? Aug 30 04:17:29.489 INFO kablam! Aug 30 04:17:29.494 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.494 INFO kablam! --> src/lib.rs:181:35 Aug 30 04:17:29.494 INFO kablam! | Aug 30 04:17:29.494 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Aug 30 04:17:29.494 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.494 INFO kablam! | Aug 30 04:17:29.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.495 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.495 INFO kablam! `use FromHex;` Aug 30 04:17:29.495 INFO kablam! Aug 30 04:17:29.497 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.497 INFO kablam! --> src/lib.rs:183:35 Aug 30 04:17:29.497 INFO kablam! | Aug 30 04:17:29.497 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Aug 30 04:17:29.497 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.497 INFO kablam! | Aug 30 04:17:29.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.497 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.497 INFO kablam! `use FromHex;` Aug 30 04:17:29.498 INFO kablam! Aug 30 04:17:29.500 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.501 INFO kablam! --> src/lib.rs:189:23 Aug 30 04:17:29.501 INFO kablam! | Aug 30 04:17:29.501 INFO kablam! 189 | assert!("666".from_hex().is_err()); Aug 30 04:17:29.501 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.501 INFO kablam! | Aug 30 04:17:29.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.501 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.501 INFO kablam! `use FromHex;` Aug 30 04:17:29.501 INFO kablam! Aug 30 04:17:29.504 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.504 INFO kablam! --> src/lib.rs:190:24 Aug 30 04:17:29.504 INFO kablam! | Aug 30 04:17:29.504 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Aug 30 04:17:29.504 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.504 INFO kablam! | Aug 30 04:17:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.504 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.504 INFO kablam! `use FromHex;` Aug 30 04:17:29.504 INFO kablam! Aug 30 04:17:29.506 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.506 INFO kablam! --> src/lib.rs:195:24 Aug 30 04:17:29.506 INFO kablam! | Aug 30 04:17:29.506 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Aug 30 04:17:29.506 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.506 INFO kablam! | Aug 30 04:17:29.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.506 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.506 INFO kablam! `use FromHex;` Aug 30 04:17:29.506 INFO kablam! Aug 30 04:17:29.507 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 30 04:17:29.507 INFO kablam! --> src/lib.rs:200:41 Aug 30 04:17:29.507 INFO kablam! | Aug 30 04:17:29.507 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Aug 30 04:17:29.507 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.507 INFO kablam! | Aug 30 04:17:29.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.507 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.507 INFO kablam! `use FromHex;` Aug 30 04:17:29.507 INFO kablam! Aug 30 04:17:29.514 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Aug 30 04:17:29.514 INFO kablam! --> src/lib.rs:207:34 Aug 30 04:17:29.514 INFO kablam! | Aug 30 04:17:29.514 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Aug 30 04:17:29.514 INFO kablam! | ^^^^^^ Aug 30 04:17:29.514 INFO kablam! | Aug 30 04:17:29.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.514 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.514 INFO kablam! `use ToHex;` Aug 30 04:17:29.514 INFO kablam! = help: did you mean `to_vec`? Aug 30 04:17:29.514 INFO kablam! Aug 30 04:17:29.524 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 30 04:17:29.524 INFO kablam! --> src/lib.rs:215:45 Aug 30 04:17:29.524 INFO kablam! | Aug 30 04:17:29.524 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Aug 30 04:17:29.524 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.524 INFO kablam! | Aug 30 04:17:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.524 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.525 INFO kablam! `use FromHex;` Aug 30 04:17:29.525 INFO kablam! Aug 30 04:17:29.531 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 30 04:17:29.531 INFO kablam! --> src/lib.rs:217:45 Aug 30 04:17:29.531 INFO kablam! | Aug 30 04:17:29.531 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Aug 30 04:17:29.531 INFO kablam! | ^^^^^^^^ Aug 30 04:17:29.531 INFO kablam! | Aug 30 04:17:29.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 04:17:29.531 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 04:17:29.531 INFO kablam! `use FromHex;` Aug 30 04:17:29.531 INFO kablam! Aug 30 04:17:29.540 INFO kablam! error: aborting due to 11 previous errors Aug 30 04:17:29.540 INFO kablam! Aug 30 04:17:29.540 INFO kablam! Some errors occurred: E0432, E0599. Aug 30 04:17:29.540 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 30 04:17:29.549 INFO kablam! error: Could not compile `rustc-hex`. Aug 30 04:17:29.549 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 04:17:30.044 INFO kablam! error: build failed Aug 30 04:17:30.045 INFO kablam! su: No module specific data is present Aug 30 04:17:30.437 INFO running `"docker" "rm" "-f" "1fb0cf6fa94892ea510c13de5d2420d7bf9a4c937be99e38f881a42c6b1c856d"` Aug 30 04:17:30.574 INFO blam! 1fb0cf6fa94892ea510c13de5d2420d7bf9a4c937be99e38f881a42c6b1c856d