Sep 02 01:20:49.352 INFO checking rustc-hex-1.0.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:20:49.352 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:20:49.352 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:20:49.562 INFO blam! cd8961d379609e06b30f239e31089016a4edac91c25e6745b8d786d72fefe31f Sep 02 01:20:49.564 INFO running `"docker" "start" "-a" "cd8961d379609e06b30f239e31089016a4edac91c25e6745b8d786d72fefe31f"` Sep 02 01:20:50.251 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Sep 02 01:20:50.759 INFO kablam! error[E0432]: unresolved import `hex` Sep 02 01:20:50.759 INFO kablam! --> src/lib.rs:172:9 Sep 02 01:20:50.759 INFO kablam! | Sep 02 01:20:50.760 INFO kablam! 172 | use hex::{FromHex, ToHex}; Sep 02 01:20:50.760 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Sep 02 01:20:50.760 INFO kablam! Sep 02 01:20:50.767 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Sep 02 01:20:50.767 INFO kablam! --> src/lib.rs:172:15 Sep 02 01:20:50.767 INFO kablam! | Sep 02 01:20:50.767 INFO kablam! 172 | use hex::{FromHex, ToHex}; Sep 02 01:20:50.767 INFO kablam! | ^^^^^^^ ^^^^^ Sep 02 01:20:50.767 INFO kablam! | Sep 02 01:20:50.767 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:20:50.767 INFO kablam! Sep 02 01:20:51.121 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Sep 02 01:20:51.121 INFO kablam! --> src/lib.rs:176:40 Sep 02 01:20:51.121 INFO kablam! | Sep 02 01:20:51.121 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Sep 02 01:20:51.121 INFO kablam! | ^^^^^^ Sep 02 01:20:51.121 INFO kablam! | Sep 02 01:20:51.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.121 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.121 INFO kablam! `use ToHex;` Sep 02 01:20:51.121 INFO kablam! = help: did you mean `to_vec`? Sep 02 01:20:51.121 INFO kablam! Sep 02 01:20:51.126 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.126 INFO kablam! --> src/lib.rs:181:35 Sep 02 01:20:51.126 INFO kablam! | Sep 02 01:20:51.126 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Sep 02 01:20:51.126 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.126 INFO kablam! | Sep 02 01:20:51.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.127 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.127 INFO kablam! `use FromHex;` Sep 02 01:20:51.127 INFO kablam! Sep 02 01:20:51.130 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.130 INFO kablam! --> src/lib.rs:183:35 Sep 02 01:20:51.130 INFO kablam! | Sep 02 01:20:51.130 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Sep 02 01:20:51.130 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.130 INFO kablam! | Sep 02 01:20:51.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.131 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.131 INFO kablam! `use FromHex;` Sep 02 01:20:51.131 INFO kablam! Sep 02 01:20:51.134 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.134 INFO kablam! --> src/lib.rs:189:23 Sep 02 01:20:51.135 INFO kablam! | Sep 02 01:20:51.135 INFO kablam! 189 | assert!("666".from_hex().is_err()); Sep 02 01:20:51.135 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.135 INFO kablam! | Sep 02 01:20:51.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.135 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.135 INFO kablam! `use FromHex;` Sep 02 01:20:51.135 INFO kablam! Sep 02 01:20:51.139 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.139 INFO kablam! --> src/lib.rs:190:24 Sep 02 01:20:51.139 INFO kablam! | Sep 02 01:20:51.139 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Sep 02 01:20:51.139 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.139 INFO kablam! | Sep 02 01:20:51.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.139 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.139 INFO kablam! `use FromHex;` Sep 02 01:20:51.139 INFO kablam! Sep 02 01:20:51.141 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.141 INFO kablam! --> src/lib.rs:195:24 Sep 02 01:20:51.141 INFO kablam! | Sep 02 01:20:51.141 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Sep 02 01:20:51.141 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.141 INFO kablam! | Sep 02 01:20:51.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.142 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.142 INFO kablam! `use FromHex;` Sep 02 01:20:51.142 INFO kablam! Sep 02 01:20:51.143 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Sep 02 01:20:51.143 INFO kablam! --> src/lib.rs:200:41 Sep 02 01:20:51.143 INFO kablam! | Sep 02 01:20:51.143 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Sep 02 01:20:51.143 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.144 INFO kablam! | Sep 02 01:20:51.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.144 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.144 INFO kablam! `use FromHex;` Sep 02 01:20:51.144 INFO kablam! Sep 02 01:20:51.150 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Sep 02 01:20:51.150 INFO kablam! --> src/lib.rs:207:34 Sep 02 01:20:51.150 INFO kablam! | Sep 02 01:20:51.150 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Sep 02 01:20:51.150 INFO kablam! | ^^^^^^ Sep 02 01:20:51.150 INFO kablam! | Sep 02 01:20:51.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.151 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.151 INFO kablam! `use ToHex;` Sep 02 01:20:51.151 INFO kablam! = help: did you mean `to_vec`? Sep 02 01:20:51.151 INFO kablam! Sep 02 01:20:51.160 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Sep 02 01:20:51.160 INFO kablam! --> src/lib.rs:215:45 Sep 02 01:20:51.160 INFO kablam! | Sep 02 01:20:51.160 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Sep 02 01:20:51.160 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.161 INFO kablam! | Sep 02 01:20:51.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.161 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.161 INFO kablam! `use FromHex;` Sep 02 01:20:51.161 INFO kablam! Sep 02 01:20:51.167 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Sep 02 01:20:51.167 INFO kablam! --> src/lib.rs:217:45 Sep 02 01:20:51.167 INFO kablam! | Sep 02 01:20:51.167 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Sep 02 01:20:51.167 INFO kablam! | ^^^^^^^^ Sep 02 01:20:51.167 INFO kablam! | Sep 02 01:20:51.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 01:20:51.168 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 01:20:51.168 INFO kablam! `use FromHex;` Sep 02 01:20:51.168 INFO kablam! Sep 02 01:20:51.176 INFO kablam! error: aborting due to 11 previous errors Sep 02 01:20:51.176 INFO kablam! Sep 02 01:20:51.177 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:20:51.177 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:20:51.190 INFO kablam! error: Could not compile `rustc-hex`. Sep 02 01:20:51.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:20:51.422 INFO kablam! error: build failed Sep 02 01:20:51.423 INFO kablam! su: No module specific data is present Sep 02 01:20:51.901 INFO running `"docker" "rm" "-f" "cd8961d379609e06b30f239e31089016a4edac91c25e6745b8d786d72fefe31f"` Sep 02 01:20:52.025 INFO blam! cd8961d379609e06b30f239e31089016a4edac91c25e6745b8d786d72fefe31f