Sep 17 10:56:47.656 INFO checking thiagopnts/groot against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 10:56:47.656 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 10:56:47.656 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 10:56:48.076 INFO blam! b0714210b42d25b879ffe58eb9ff0449f2c532e04194cc79ecfd92a3deff2192 Sep 17 10:56:48.080 INFO running `"docker" "start" "-a" "b0714210b42d25b879ffe58eb9ff0449f2c532e04194cc79ecfd92a3deff2192"` Sep 17 10:56:49.599 INFO kablam! usermod: no changes Sep 17 10:56:49.654 INFO kablam! Checking groot v0.0.1 (/source) Sep 17 10:56:49.963 INFO kablam! warning: unused import: `Read` Sep 17 10:56:49.963 INFO kablam! --> src/interpreter.rs:1:15 Sep 17 10:56:49.963 INFO kablam! | Sep 17 10:56:49.963 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 17 10:56:49.963 INFO kablam! | ^^^^ Sep 17 10:56:49.963 INFO kablam! | Sep 17 10:56:49.963 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 10:56:49.963 INFO kablam! Sep 17 10:56:49.963 INFO kablam! warning: unused variable: `error` Sep 17 10:56:49.963 INFO kablam! --> src/main.rs:30:21 Sep 17 10:56:49.963 INFO kablam! | Sep 17 10:56:49.963 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 17 10:56:49.963 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 17 10:56:49.963 INFO kablam! | Sep 17 10:56:49.963 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 10:56:49.963 INFO kablam! Sep 17 10:56:49.982 INFO kablam! warning: unused import: `Read` Sep 17 10:56:49.983 INFO kablam! --> src/interpreter.rs:1:15 Sep 17 10:56:49.983 INFO kablam! | Sep 17 10:56:49.986 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 17 10:56:49.986 INFO kablam! | ^^^^ Sep 17 10:56:49.987 INFO kablam! | Sep 17 10:56:49.987 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 10:56:49.987 INFO kablam! Sep 17 10:56:49.998 INFO kablam! warning: unused variable: `error` Sep 17 10:56:49.999 INFO kablam! --> src/main.rs:30:21 Sep 17 10:56:49.999 INFO kablam! | Sep 17 10:56:49.999 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 17 10:56:49.999 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 17 10:56:49.999 INFO kablam! error[E0635]: unknown feature `convert` Sep 17 10:56:49.999 INFO kablam! --> src/main.rs:1:12 Sep 17 10:56:49.999 INFO kablam! | Sep 17 10:56:49.999 INFO kablam! 1 | #![feature(convert)] Sep 17 10:56:49.999 INFO kablam! | ^^^^^^^ Sep 17 10:56:49.999 INFO kablam! Sep 17 10:56:49.999 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 10:56:49.999 INFO kablam! --> src/main.rs:22:21 Sep 17 10:56:49.999 INFO kablam! | Sep 17 10:56:49.999 INFO kablam! 22 | file.read_to_string(&mut string); Sep 17 10:56:49.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 10:56:49.999 INFO kablam! | Sep 17 10:56:49.999 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 10:56:49.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 10:56:49.999 INFO kablam! Sep 17 10:56:49.999 INFO kablam! error: aborting due to previous error Sep 17 10:56:49.999 INFO kablam! Sep 17 10:56:49.999 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 17 10:56:49.999 INFO kablam! | Sep 17 10:56:49.999 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 10:56:49.999 INFO kablam! Sep 17 10:56:50.053 INFO kablam! error[E0635]: unknown feature `convert` Sep 17 10:56:50.053 INFO kablam! --> src/main.rs:1:12 Sep 17 10:56:50.053 INFO kablam! | Sep 17 10:56:50.053 INFO kablam! 1 | #![feature(convert)] Sep 17 10:56:50.053 INFO kablam! | ^^^^^^^ Sep 17 10:56:50.053 INFO kablam! Sep 17 10:56:50.053 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 10:56:50.053 INFO kablam! --> src/main.rs:22:21 Sep 17 10:56:50.053 INFO kablam! | Sep 17 10:56:50.053 INFO kablam! 22 | file.read_to_string(&mut string); Sep 17 10:56:50.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 10:56:50.053 INFO kablam! | Sep 17 10:56:50.053 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 10:56:50.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 10:56:50.053 INFO kablam! Sep 17 10:56:50.053 INFO kablam! error: Could not compile `groot`. Sep 17 10:56:50.053 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 10:56:50.067 INFO kablam! error: aborting due to previous error Sep 17 10:56:50.067 INFO kablam! Sep 17 10:56:50.067 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 17 10:56:50.075 INFO kablam! error: Could not compile `groot`. Sep 17 10:56:50.075 INFO kablam! Sep 17 10:56:50.075 INFO kablam! To learn more, run the command again with --verbose. Sep 17 10:56:50.075 INFO kablam! su: No module specific data is present Sep 17 10:56:51.109 INFO running `"docker" "rm" "-f" "b0714210b42d25b879ffe58eb9ff0449f2c532e04194cc79ecfd92a3deff2192"` Sep 17 10:56:51.390 INFO blam! b0714210b42d25b879ffe58eb9ff0449f2c532e04194cc79ecfd92a3deff2192