Sep 10 02:00:40.434 INFO checking thiagopnts/groot against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 02:00:40.434 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 02:00:40.434 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:00:40.681 INFO blam! fa85c876048cd240354bf12c7a0aca19ec43f710eef07d787767dce3714fec57 Sep 10 02:00:40.683 INFO running `"docker" "start" "-a" "fa85c876048cd240354bf12c7a0aca19ec43f710eef07d787767dce3714fec57"` Sep 10 02:00:41.818 INFO kablam! usermod: no changes Sep 10 02:00:41.860 INFO kablam! Checking groot v0.0.1 (file:///source) Sep 10 02:00:42.174 INFO kablam! warning: unused import: `Read` Sep 10 02:00:42.174 INFO kablam! --> src/interpreter.rs:1:15 Sep 10 02:00:42.174 INFO kablam! | Sep 10 02:00:42.174 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 10 02:00:42.174 INFO kablam! | ^^^^ Sep 10 02:00:42.174 INFO kablam! | Sep 10 02:00:42.174 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:00:42.174 INFO kablam! Sep 10 02:00:42.180 INFO kablam! warning: unused variable: `error` Sep 10 02:00:42.180 INFO kablam! --> src/main.rs:30:21 Sep 10 02:00:42.180 INFO kablam! | Sep 10 02:00:42.180 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 10 02:00:42.180 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 10 02:00:42.180 INFO kablam! | Sep 10 02:00:42.180 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 02:00:42.180 INFO kablam! Sep 10 02:00:42.197 INFO kablam! error[E0635]: unknown feature `convert` Sep 10 02:00:42.197 INFO kablam! --> src/main.rs:1:12 Sep 10 02:00:42.197 INFO kablam! | Sep 10 02:00:42.197 INFO kablam! 1 | #![feature(convert)] Sep 10 02:00:42.197 INFO kablam! | ^^^^^^^ Sep 10 02:00:42.197 INFO kablam! Sep 10 02:00:42.202 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 02:00:42.202 INFO kablam! --> src/main.rs:22:21 Sep 10 02:00:42.202 INFO kablam! | Sep 10 02:00:42.202 INFO kablam! 22 | file.read_to_string(&mut string); Sep 10 02:00:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 02:00:42.202 INFO kablam! | Sep 10 02:00:42.202 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 02:00:42.202 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 02:00:42.202 INFO kablam! Sep 10 02:00:42.206 INFO kablam! error: aborting due to previous error Sep 10 02:00:42.206 INFO kablam! Sep 10 02:00:42.206 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 10 02:00:42.214 INFO kablam! error: Could not compile `groot`. Sep 10 02:00:42.214 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:00:42.238 INFO kablam! warning: unused import: `Read` Sep 10 02:00:42.238 INFO kablam! --> src/interpreter.rs:1:15 Sep 10 02:00:42.238 INFO kablam! | Sep 10 02:00:42.238 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 10 02:00:42.238 INFO kablam! | ^^^^ Sep 10 02:00:42.238 INFO kablam! | Sep 10 02:00:42.238 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:00:42.238 INFO kablam! Sep 10 02:00:42.242 INFO kablam! warning: unused variable: `error` Sep 10 02:00:42.242 INFO kablam! --> src/main.rs:30:21 Sep 10 02:00:42.242 INFO kablam! | Sep 10 02:00:42.242 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 10 02:00:42.242 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 10 02:00:42.242 INFO kablam! | Sep 10 02:00:42.242 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 02:00:42.242 INFO kablam! Sep 10 02:00:42.290 INFO kablam! error[E0635]: unknown feature `convert` Sep 10 02:00:42.290 INFO kablam! --> src/main.rs:1:12 Sep 10 02:00:42.290 INFO kablam! | Sep 10 02:00:42.290 INFO kablam! 1 | #![feature(convert)] Sep 10 02:00:42.290 INFO kablam! | ^^^^^^^ Sep 10 02:00:42.290 INFO kablam! Sep 10 02:00:42.290 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 02:00:42.290 INFO kablam! --> src/main.rs:22:21 Sep 10 02:00:42.290 INFO kablam! | Sep 10 02:00:42.290 INFO kablam! 22 | file.read_to_string(&mut string); Sep 10 02:00:42.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 02:00:42.290 INFO kablam! | Sep 10 02:00:42.290 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 02:00:42.290 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 02:00:42.290 INFO kablam! Sep 10 02:00:42.302 INFO kablam! error: aborting due to previous error Sep 10 02:00:42.302 INFO kablam! Sep 10 02:00:42.302 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 10 02:00:42.322 INFO kablam! error: Could not compile `groot`. Sep 10 02:00:42.322 INFO kablam! Sep 10 02:00:42.322 INFO kablam! To learn more, run the command again with --verbose. Sep 10 02:00:42.322 INFO kablam! su: No module specific data is present Sep 10 02:00:43.776 INFO running `"docker" "rm" "-f" "fa85c876048cd240354bf12c7a0aca19ec43f710eef07d787767dce3714fec57"` Sep 10 02:00:43.885 INFO blam! fa85c876048cd240354bf12c7a0aca19ec43f710eef07d787767dce3714fec57