Aug 01 23:25:54.817 INFO checking rustc-hex-1.0.0 against 1.27.2+tmplazy for lazy_static-1 Aug 01 23:25:54.817 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 23:25:54.817 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 23:25:54.817 INFO running `"docker" "create" "-v" "/tmp/crater.jCxsW8s1Plv5:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-3/1.27.2+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 23:25:55.049 INFO blam! d148ab4d0098952481f45196d731d56f936e35ce82e441c5e79f4d7c116e43fa Aug 01 23:25:55.052 INFO running `"docker" "start" "-a" "d148ab4d0098952481f45196d731d56f936e35ce82e441c5e79f4d7c116e43fa"` Aug 01 23:25:56.044 INFO kablam! Checking rustc-hex v1.0.0 (file:///source) Aug 01 23:25:56.851 INFO kablam! error[E0432]: unresolved import `hex` Aug 01 23:25:56.851 INFO kablam! --> src/lib.rs:172:9 Aug 01 23:25:56.851 INFO kablam! | Aug 01 23:25:56.851 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 01 23:25:56.851 INFO kablam! | ^^^ Maybe a missing `extern crate hex;`? Aug 01 23:25:56.864 INFO kablam! Aug 01 23:25:56.877 INFO kablam! warning: unused imports: `FromHex`, `ToHex` Aug 01 23:25:56.877 INFO kablam! --> src/lib.rs:172:15 Aug 01 23:25:56.878 INFO kablam! | Aug 01 23:25:56.878 INFO kablam! 172 | use hex::{FromHex, ToHex}; Aug 01 23:25:56.878 INFO kablam! | ^^^^^^^ ^^^^^ Aug 01 23:25:56.878 INFO kablam! | Aug 01 23:25:56.878 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 01 23:25:56.878 INFO kablam! Aug 01 23:25:57.532 INFO kablam! error[E0599]: no method named `to_hex` found for type `&[u8]` in the current scope Aug 01 23:25:57.533 INFO kablam! --> src/lib.rs:176:40 Aug 01 23:25:57.533 INFO kablam! | Aug 01 23:25:57.533 INFO kablam! 176 | assert_eq!("foobar".as_bytes().to_hex(), "666f6f626172"); Aug 01 23:25:57.533 INFO kablam! | ^^^^^^ Aug 01 23:25:57.533 INFO kablam! | Aug 01 23:25:57.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.533 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.533 INFO kablam! candidate #1: `use ToHex;` Aug 01 23:25:57.533 INFO kablam! = help: did you mean `to_vec`? Aug 01 23:25:57.533 INFO kablam! Aug 01 23:25:57.537 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.537 INFO kablam! --> src/lib.rs:181:35 Aug 01 23:25:57.537 INFO kablam! | Aug 01 23:25:57.537 INFO kablam! 181 | assert_eq!("666f6f626172".from_hex().unwrap(), Aug 01 23:25:57.537 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.548 INFO kablam! | Aug 01 23:25:57.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.549 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.549 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.549 INFO kablam! Aug 01 23:25:57.553 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.553 INFO kablam! --> src/lib.rs:183:35 Aug 01 23:25:57.553 INFO kablam! | Aug 01 23:25:57.553 INFO kablam! 183 | assert_eq!("666F6F626172".from_hex().unwrap(), Aug 01 23:25:57.553 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.553 INFO kablam! | Aug 01 23:25:57.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.554 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.554 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.554 INFO kablam! Aug 01 23:25:57.557 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.557 INFO kablam! --> src/lib.rs:189:23 Aug 01 23:25:57.557 INFO kablam! | Aug 01 23:25:57.558 INFO kablam! 189 | assert!("666".from_hex().is_err()); Aug 01 23:25:57.558 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.558 INFO kablam! | Aug 01 23:25:57.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.558 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.558 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.559 INFO kablam! Aug 01 23:25:57.562 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.562 INFO kablam! --> src/lib.rs:190:24 Aug 01 23:25:57.562 INFO kablam! | Aug 01 23:25:57.562 INFO kablam! 190 | assert!("66 6".from_hex().is_err()); Aug 01 23:25:57.562 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.562 INFO kablam! | Aug 01 23:25:57.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.563 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.563 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.563 INFO kablam! Aug 01 23:25:57.567 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.567 INFO kablam! --> src/lib.rs:195:24 Aug 01 23:25:57.567 INFO kablam! | Aug 01 23:25:57.567 INFO kablam! 195 | assert!("66y6".from_hex().is_err()); Aug 01 23:25:57.567 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.567 INFO kablam! | Aug 01 23:25:57.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.568 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.568 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.568 INFO kablam! Aug 01 23:25:57.577 INFO kablam! error[E0599]: no method named `from_hex` found for type `&'static str` in the current scope Aug 01 23:25:57.577 INFO kablam! --> src/lib.rs:200:41 Aug 01 23:25:57.577 INFO kablam! | Aug 01 23:25:57.577 INFO kablam! 200 | assert_eq!("666f 6f6\r\n26172 ".from_hex().unwrap(), Aug 01 23:25:57.577 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.577 INFO kablam! | Aug 01 23:25:57.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.578 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.578 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.578 INFO kablam! Aug 01 23:25:57.584 INFO kablam! error[E0599]: no method named `to_hex` found for type `[u8; 1]` in the current scope Aug 01 23:25:57.584 INFO kablam! --> src/lib.rs:207:34 Aug 01 23:25:57.584 INFO kablam! | Aug 01 23:25:57.584 INFO kablam! 207 | assert_eq!([i as u8].to_hex(), format!("{:02x}", i)); Aug 01 23:25:57.584 INFO kablam! | ^^^^^^ Aug 01 23:25:57.585 INFO kablam! | Aug 01 23:25:57.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.585 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.585 INFO kablam! candidate #1: `use ToHex;` Aug 01 23:25:57.585 INFO kablam! = help: did you mean `to_vec`? Aug 01 23:25:57.586 INFO kablam! Aug 01 23:25:57.603 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 01 23:25:57.604 INFO kablam! --> src/lib.rs:215:45 Aug 01 23:25:57.604 INFO kablam! | Aug 01 23:25:57.604 INFO kablam! 215 | assert_eq!(format!("{:02x}", i).from_hex().unwrap(), Aug 01 23:25:57.604 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.604 INFO kablam! | Aug 01 23:25:57.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.604 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.604 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.604 INFO kablam! Aug 01 23:25:57.615 INFO kablam! error[E0599]: no method named `from_hex` found for type `std::string::String` in the current scope Aug 01 23:25:57.615 INFO kablam! --> src/lib.rs:217:45 Aug 01 23:25:57.615 INFO kablam! | Aug 01 23:25:57.615 INFO kablam! 217 | assert_eq!(format!("{:02X}", i).from_hex().unwrap(), Aug 01 23:25:57.615 INFO kablam! | ^^^^^^^^ Aug 01 23:25:57.621 INFO kablam! | Aug 01 23:25:57.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 01 23:25:57.621 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 01 23:25:57.621 INFO kablam! candidate #1: `use FromHex;` Aug 01 23:25:57.621 INFO kablam! Aug 01 23:25:57.627 INFO kablam! error: aborting due to 11 previous errors Aug 01 23:25:57.627 INFO kablam! Aug 01 23:25:57.627 INFO kablam! Some errors occurred: E0432, E0599. Aug 01 23:25:57.631 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 01 23:25:57.657 INFO kablam! error: Could not compile `rustc-hex`. Aug 01 23:25:57.657 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 23:25:57.823 INFO kablam! error[E0554]: #![feature] may not be used on the stable release channel Aug 01 23:25:57.823 INFO kablam! --> benches/hex.rs:1:1 Aug 01 23:25:57.824 INFO kablam! | Aug 01 23:25:57.824 INFO kablam! 1 | #![feature(test)] Aug 01 23:25:57.824 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 01 23:25:57.824 INFO kablam! Aug 01 23:25:57.824 INFO kablam! error: aborting due to previous error Aug 01 23:25:57.824 INFO kablam! Aug 01 23:25:57.824 INFO kablam! For more information about this error, try `rustc --explain E0554`. Aug 01 23:25:57.830 INFO kablam! error: Could not compile `rustc-hex`. Aug 01 23:25:57.830 INFO kablam! Aug 01 23:25:57.830 INFO kablam! To learn more, run the command again with --verbose. Aug 01 23:25:57.832 INFO kablam! su: No module specific data is present Aug 01 23:25:58.592 INFO running `"docker" "rm" "-f" "d148ab4d0098952481f45196d731d56f936e35ce82e441c5e79f4d7c116e43fa"` Aug 01 23:25:58.779 INFO blam! d148ab4d0098952481f45196d731d56f936e35ce82e441c5e79f4d7c116e43fa