Sep 06 00:44:23.395 INFO checking rustc-hex-1.0.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:44:23.395 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:44:23.395 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:44:23.549 INFO blam! fd4e3e8fad1ff76f1970f86858855332766192ae3e630f2491327dbb1e9b2dc0 Sep 06 00:44:23.550 INFO running `"docker" "start" "-a" "fd4e3e8fad1ff76f1970f86858855332766192ae3e630f2491327dbb1e9b2dc0"` Sep 06 00:44:23.995 INFO kablam! usermod: no changes Sep 06 00:44:24.021 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Sep 06 00:44:24.231 INFO kablam! error[E0432]: unresolved import `hex` Sep 06 00:44:24.231 INFO kablam! --> src/lib.rs:172:9 Sep 06 00:44:24.231 INFO kablam! | Sep 06 00:44:24.231 INFO kablam! 172 | use hex::{FromHex, ToHex}; Sep 06 00:44:24.231 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Sep 06 00:44:24.231 INFO kablam! Sep 06 00:44:24.236 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Sep 06 00:44:24.236 INFO kablam! --> src/lib.rs:172:15 Sep 06 00:44:24.236 INFO kablam! | Sep 06 00:44:24.236 INFO kablam! 172 | use hex::{FromHex, ToHex}; Sep 06 00:44:24.236 INFO kablam! | ^^^^^^^ ^^^^^ Sep 06 00:44:24.236 INFO kablam! | Sep 06 00:44:24.236 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:44:24.236 INFO kablam! Sep 06 00:44:24.368 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Sep 06 00:44:24.368 INFO kablam! --> src/lib.rs:176:40 Sep 06 00:44:24.369 INFO kablam! | Sep 06 00:44:24.369 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Sep 06 00:44:24.369 INFO kablam! | ^^^^^^ Sep 06 00:44:24.369 INFO kablam! | Sep 06 00:44:24.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.369 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.369 INFO kablam! `use ToHex;` Sep 06 00:44:24.369 INFO kablam! = help: did you mean `to_vec`? Sep 06 00:44:24.369 INFO kablam! Sep 06 00:44:24.371 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.371 INFO kablam! --> src/lib.rs:181:35 Sep 06 00:44:24.371 INFO kablam! | Sep 06 00:44:24.371 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Sep 06 00:44:24.371 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.371 INFO kablam! | Sep 06 00:44:24.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.371 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.371 INFO kablam! `use FromHex;` Sep 06 00:44:24.371 INFO kablam! Sep 06 00:44:24.372 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.372 INFO kablam! --> src/lib.rs:183:35 Sep 06 00:44:24.372 INFO kablam! | Sep 06 00:44:24.372 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Sep 06 00:44:24.372 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.372 INFO kablam! | Sep 06 00:44:24.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.372 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.372 INFO kablam! `use FromHex;` Sep 06 00:44:24.372 INFO kablam! Sep 06 00:44:24.374 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.374 INFO kablam! --> src/lib.rs:189:23 Sep 06 00:44:24.374 INFO kablam! | Sep 06 00:44:24.374 INFO kablam! 189 | assert!("666".from_hex().is_err()); Sep 06 00:44:24.374 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.374 INFO kablam! | Sep 06 00:44:24.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.374 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.374 INFO kablam! `use FromHex;` Sep 06 00:44:24.374 INFO kablam! Sep 06 00:44:24.376 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.376 INFO kablam! --> src/lib.rs:190:24 Sep 06 00:44:24.376 INFO kablam! | Sep 06 00:44:24.376 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Sep 06 00:44:24.376 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.376 INFO kablam! | Sep 06 00:44:24.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.376 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.376 INFO kablam! `use FromHex;` Sep 06 00:44:24.376 INFO kablam! Sep 06 00:44:24.376 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.377 INFO kablam! --> src/lib.rs:195:24 Sep 06 00:44:24.377 INFO kablam! | Sep 06 00:44:24.377 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Sep 06 00:44:24.377 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.377 INFO kablam! | Sep 06 00:44:24.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.377 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.377 INFO kablam! `use FromHex;` Sep 06 00:44:24.377 INFO kablam! Sep 06 00:44:24.377 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 06 00:44:24.377 INFO kablam! --> src/lib.rs:200:41 Sep 06 00:44:24.377 INFO kablam! | Sep 06 00:44:24.377 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Sep 06 00:44:24.377 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.378 INFO kablam! | Sep 06 00:44:24.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.378 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.378 INFO kablam! `use FromHex;` Sep 06 00:44:24.378 INFO kablam! Sep 06 00:44:24.381 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Sep 06 00:44:24.381 INFO kablam! --> src/lib.rs:207:34 Sep 06 00:44:24.381 INFO kablam! | Sep 06 00:44:24.381 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Sep 06 00:44:24.381 INFO kablam! | ^^^^^^ Sep 06 00:44:24.381 INFO kablam! | Sep 06 00:44:24.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.381 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.381 INFO kablam! `use ToHex;` Sep 06 00:44:24.381 INFO kablam! = help: did you mean `to_vec`? Sep 06 00:44:24.381 INFO kablam! Sep 06 00:44:24.385 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Sep 06 00:44:24.385 INFO kablam! --> src/lib.rs:215:45 Sep 06 00:44:24.385 INFO kablam! | Sep 06 00:44:24.385 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Sep 06 00:44:24.385 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.385 INFO kablam! | Sep 06 00:44:24.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.385 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.385 INFO kablam! `use FromHex;` Sep 06 00:44:24.385 INFO kablam! Sep 06 00:44:24.388 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Sep 06 00:44:24.388 INFO kablam! --> src/lib.rs:217:45 Sep 06 00:44:24.388 INFO kablam! | Sep 06 00:44:24.388 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Sep 06 00:44:24.388 INFO kablam! | ^^^^^^^^ Sep 06 00:44:24.388 INFO kablam! | Sep 06 00:44:24.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 00:44:24.388 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 00:44:24.388 INFO kablam! `use FromHex;` Sep 06 00:44:24.388 INFO kablam! Sep 06 00:44:24.396 INFO kablam! error: aborting due to 11 previous errors Sep 06 00:44:24.396 INFO kablam! Sep 06 00:44:24.396 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 00:44:24.396 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 00:44:24.403 INFO kablam! error: Could not compile `rustc-hex`. Sep 06 00:44:24.403 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:44:24.553 INFO kablam! error: build failed Sep 06 00:44:24.555 INFO kablam! su: No module specific data is present Sep 06 00:44:25.051 INFO running `"docker" "rm" "-f" "fd4e3e8fad1ff76f1970f86858855332766192ae3e630f2491327dbb1e9b2dc0"` Sep 06 00:44:25.141 INFO blam! fd4e3e8fad1ff76f1970f86858855332766192ae3e630f2491327dbb1e9b2dc0