Sep 19 11:41:29.470 INFO checking thiagopnts/groot against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 11:41:29.470 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 11:41:29.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 11:41:29.851 INFO blam! 18d6a5906a3cb8110272065ef16fd894abe8e9ff524c5bbfb2c0d436f5c0a1d3 Sep 19 11:41:29.859 INFO running `"docker" "start" "-a" "18d6a5906a3cb8110272065ef16fd894abe8e9ff524c5bbfb2c0d436f5c0a1d3"` Sep 19 11:41:30.927 INFO kablam! usermod: no changes Sep 19 11:41:30.972 INFO kablam! Checking groot v0.0.1 (/source) Sep 19 11:41:31.307 INFO kablam! warning: unused import: `Read` Sep 19 11:41:31.307 INFO kablam! --> src/interpreter.rs:1:15 Sep 19 11:41:31.307 INFO kablam! | Sep 19 11:41:31.307 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 19 11:41:31.307 INFO kablam! | ^^^^ Sep 19 11:41:31.307 INFO kablam! | Sep 19 11:41:31.307 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 11:41:31.307 INFO kablam! Sep 19 11:41:31.311 INFO kablam! warning: unused variable: `error` Sep 19 11:41:31.311 INFO kablam! --> src/main.rs:30:21 Sep 19 11:41:31.311 INFO kablam! | Sep 19 11:41:31.311 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 19 11:41:31.311 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 19 11:41:31.311 INFO kablam! | Sep 19 11:41:31.311 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 11:41:31.311 INFO kablam! Sep 19 11:41:31.335 INFO kablam! warning: unused import: `Read` Sep 19 11:41:31.335 INFO kablam! --> src/interpreter.rs:1:15 Sep 19 11:41:31.335 INFO kablam! | Sep 19 11:41:31.335 INFO kablam! 1 | use std::io::{Read, stdin}; Sep 19 11:41:31.335 INFO kablam! | ^^^^ Sep 19 11:41:31.335 INFO kablam! | Sep 19 11:41:31.335 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 11:41:31.335 INFO kablam! Sep 19 11:41:31.347 INFO kablam! warning: unused variable: `error` Sep 19 11:41:31.347 INFO kablam! --> src/main.rs:30:21 Sep 19 11:41:31.347 INFO kablam! | Sep 19 11:41:31.347 INFO kablam! 30 | Err(error) => panic!("Could not open file {}", filename), Sep 19 11:41:31.347 INFO kablam! | ^^^^^ help: consider using `_error` instead Sep 19 11:41:31.347 INFO kablam! | Sep 19 11:41:31.347 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 11:41:31.347 INFO kablam! Sep 19 11:41:31.359 INFO kablam! error[E0635]: unknown feature `convert` Sep 19 11:41:31.359 INFO kablam! --> src/main.rs:1:12 Sep 19 11:41:31.359 INFO kablam! | Sep 19 11:41:31.359 INFO kablam! 1 | #![feature(convert)] Sep 19 11:41:31.359 INFO kablam! | ^^^^^^^ Sep 19 11:41:31.359 INFO kablam! Sep 19 11:41:31.359 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 11:41:31.359 INFO kablam! --> src/main.rs:22:21 Sep 19 11:41:31.359 INFO kablam! | Sep 19 11:41:31.359 INFO kablam! 22 | file.read_to_string(&mut string); Sep 19 11:41:31.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:41:31.359 INFO kablam! | Sep 19 11:41:31.359 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 11:41:31.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 11:41:31.359 INFO kablam! Sep 19 11:41:31.379 INFO kablam! error: aborting due to previous error Sep 19 11:41:31.379 INFO kablam! Sep 19 11:41:31.379 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 19 11:41:31.387 INFO kablam! error[E0635]: unknown feature `convert` Sep 19 11:41:31.387 INFO kablam! --> src/main.rs:1:12 Sep 19 11:41:31.387 INFO kablam! | Sep 19 11:41:31.387 INFO kablam! 1 | #![feature(convert)] Sep 19 11:41:31.387 INFO kablam! | ^^^^^^^ Sep 19 11:41:31.387 INFO kablam! Sep 19 11:41:31.387 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 11:41:31.387 INFO kablam! --> src/main.rs:22:21 Sep 19 11:41:31.387 INFO kablam! | Sep 19 11:41:31.387 INFO kablam! 22 | file.read_to_string(&mut string); Sep 19 11:41:31.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:41:31.387 INFO kablam! | Sep 19 11:41:31.387 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 11:41:31.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 11:41:31.387 INFO kablam! Sep 19 11:41:31.391 INFO kablam! error: aborting due to previous error Sep 19 11:41:31.391 INFO kablam! Sep 19 11:41:31.391 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 19 11:41:31.392 INFO kablam! error: Could not compile `groot`. Sep 19 11:41:31.392 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 11:41:31.419 INFO kablam! error: Could not compile `groot`. Sep 19 11:41:31.419 INFO kablam! Sep 19 11:41:31.419 INFO kablam! To learn more, run the command again with --verbose. Sep 19 11:41:31.421 INFO kablam! su: No module specific data is present Sep 19 11:41:32.546 INFO running `"docker" "rm" "-f" "18d6a5906a3cb8110272065ef16fd894abe8e9ff524c5bbfb2c0d436f5c0a1d3"` Sep 19 11:41:32.803 INFO blam! 18d6a5906a3cb8110272065ef16fd894abe8e9ff524c5bbfb2c0d436f5c0a1d3