Jul 11 23:10:09.870 INFO checking rustc-hex-1.0.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 23:10:09.870 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 23:10:09.870 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 23:10:09.870 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 23:10:10.109 INFO blam! fa17a3864e6d64d1bb7639053d5a9b94d12d31c5223057cffa932cac154e8309 Jul 11 23:10:10.112 INFO running `"docker" "start" "-a" "fa17a3864e6d64d1bb7639053d5a9b94d12d31c5223057cffa932cac154e8309"` Jul 11 23:10:11.079 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Jul 11 23:10:11.677 INFO kablam! error[E0432]: unresolved import `hex` Jul 11 23:10:11.677 INFO kablam! --> src/lib.rs:172:9 Jul 11 23:10:11.677 INFO kablam! | Jul 11 23:10:11.677 INFO kablam! 172 | use hex::{FromHex, ToHex}; Jul 11 23:10:11.677 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Jul 11 23:10:11.677 INFO kablam! Jul 11 23:10:11.697 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Jul 11 23:10:11.697 INFO kablam! --> src/lib.rs:172:15 Jul 11 23:10:11.697 INFO kablam! | Jul 11 23:10:11.697 INFO kablam! 172 | use hex::{FromHex, ToHex}; Jul 11 23:10:11.697 INFO kablam! | ^^^^^^^ ^^^^^ Jul 11 23:10:11.697 INFO kablam! | Jul 11 23:10:11.697 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 23:10:11.697 INFO kablam! Jul 11 23:10:12.382 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Jul 11 23:10:12.382 INFO kablam! --> src/lib.rs:176:40 Jul 11 23:10:12.382 INFO kablam! | Jul 11 23:10:12.382 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Jul 11 23:10:12.382 INFO kablam! | ^^^^^^ Jul 11 23:10:12.382 INFO kablam! | Jul 11 23:10:12.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.382 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.382 INFO kablam! `use ToHex;` Jul 11 23:10:12.382 INFO kablam! = help: did you mean `to_vec`? Jul 11 23:10:12.382 INFO kablam! Jul 11 23:10:12.387 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.387 INFO kablam! --> src/lib.rs:181:35 Jul 11 23:10:12.387 INFO kablam! | Jul 11 23:10:12.387 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Jul 11 23:10:12.387 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.387 INFO kablam! | Jul 11 23:10:12.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.387 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.387 INFO kablam! `use FromHex;` Jul 11 23:10:12.387 INFO kablam! Jul 11 23:10:12.390 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.391 INFO kablam! --> src/lib.rs:183:35 Jul 11 23:10:12.391 INFO kablam! | Jul 11 23:10:12.391 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Jul 11 23:10:12.391 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.391 INFO kablam! | Jul 11 23:10:12.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.391 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.391 INFO kablam! `use FromHex;` Jul 11 23:10:12.391 INFO kablam! Jul 11 23:10:12.394 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.394 INFO kablam! --> src/lib.rs:189:23 Jul 11 23:10:12.394 INFO kablam! | Jul 11 23:10:12.394 INFO kablam! 189 | assert!("666".from_hex().is_err()); Jul 11 23:10:12.394 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.394 INFO kablam! | Jul 11 23:10:12.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.395 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.395 INFO kablam! `use FromHex;` Jul 11 23:10:12.395 INFO kablam! Jul 11 23:10:12.397 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.397 INFO kablam! --> src/lib.rs:190:24 Jul 11 23:10:12.397 INFO kablam! | Jul 11 23:10:12.397 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Jul 11 23:10:12.397 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.397 INFO kablam! | Jul 11 23:10:12.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.398 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.398 INFO kablam! `use FromHex;` Jul 11 23:10:12.398 INFO kablam! Jul 11 23:10:12.399 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.399 INFO kablam! --> src/lib.rs:195:24 Jul 11 23:10:12.399 INFO kablam! | Jul 11 23:10:12.399 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Jul 11 23:10:12.399 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.399 INFO kablam! | Jul 11 23:10:12.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.399 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.399 INFO kablam! `use FromHex;` Jul 11 23:10:12.399 INFO kablam! Jul 11 23:10:12.401 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Jul 11 23:10:12.401 INFO kablam! --> src/lib.rs:200:41 Jul 11 23:10:12.401 INFO kablam! | Jul 11 23:10:12.401 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Jul 11 23:10:12.401 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.401 INFO kablam! | Jul 11 23:10:12.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.401 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.401 INFO kablam! `use FromHex;` Jul 11 23:10:12.401 INFO kablam! Jul 11 23:10:12.408 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Jul 11 23:10:12.408 INFO kablam! --> src/lib.rs:207:34 Jul 11 23:10:12.408 INFO kablam! | Jul 11 23:10:12.408 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Jul 11 23:10:12.408 INFO kablam! | ^^^^^^ Jul 11 23:10:12.408 INFO kablam! | Jul 11 23:10:12.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.408 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.408 INFO kablam! `use ToHex;` Jul 11 23:10:12.408 INFO kablam! = help: did you mean `to_vec`? Jul 11 23:10:12.408 INFO kablam! Jul 11 23:10:12.419 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Jul 11 23:10:12.419 INFO kablam! --> src/lib.rs:215:45 Jul 11 23:10:12.419 INFO kablam! | Jul 11 23:10:12.419 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Jul 11 23:10:12.419 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.419 INFO kablam! | Jul 11 23:10:12.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.419 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.419 INFO kablam! `use FromHex;` Jul 11 23:10:12.419 INFO kablam! Jul 11 23:10:12.426 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Jul 11 23:10:12.426 INFO kablam! --> src/lib.rs:217:45 Jul 11 23:10:12.426 INFO kablam! | Jul 11 23:10:12.426 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Jul 11 23:10:12.426 INFO kablam! | ^^^^^^^^ Jul 11 23:10:12.426 INFO kablam! | Jul 11 23:10:12.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 23:10:12.426 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 23:10:12.426 INFO kablam! `use FromHex;` Jul 11 23:10:12.426 INFO kablam! Jul 11 23:10:12.436 INFO kablam! error: aborting due to 11 previous errors Jul 11 23:10:12.436 INFO kablam! Jul 11 23:10:12.436 INFO kablam! Some errors occurred: E0432, E0599. Jul 11 23:10:12.436 INFO kablam! For more information about an error, try `rustc --explain E0432`. Jul 11 23:10:12.445 INFO kablam! error: Could not compile `rustc-hex`. Jul 11 23:10:12.445 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 23:10:12.936 INFO kablam! error: build failed Jul 11 23:10:12.938 INFO kablam! su: No module specific data is present Jul 11 23:10:13.495 INFO running `"docker" "rm" "-f" "fa17a3864e6d64d1bb7639053d5a9b94d12d31c5223057cffa932cac154e8309"` Jul 11 23:10:13.669 INFO blam! fa17a3864e6d64d1bb7639053d5a9b94d12d31c5223057cffa932cac154e8309