Oct 13 03:28:19.533 INFO checking MoonL1ght/RustBoost against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:28:19.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 03:28:19.956 INFO blam! a11f53206390ddfa9f36d2d06d5f3a6c0aaa3247f7f0c122935980fd2b66ea98 Oct 13 03:28:19.958 INFO running `"docker" "start" "-a" "a11f53206390ddfa9f36d2d06d5f3a6c0aaa3247f7f0c122935980fd2b66ea98"` Oct 13 03:28:20.737 INFO kablam! usermod: no changes Oct 13 03:28:20.839 INFO kablam! Checking rustboost v0.1.0 (/source) Oct 13 03:28:22.548 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 13 03:28:22.548 INFO kablam! --> src/main.rs:8:17 Oct 13 03:28:22.548 INFO kablam! | Oct 13 03:28:22.548 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 13 03:28:22.548 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 13 03:28:22.548 INFO kablam! Oct 13 03:28:22.548 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.548 INFO kablam! --> src/main.rs:12:32 Oct 13 03:28:22.548 INFO kablam! | Oct 13 03:28:22.548 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 13 03:28:22.548 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:18:32 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 13 03:28:22.549 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:22:32 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 13 03:28:22.549 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:26:39 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 13 03:28:22.549 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:30:44 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 13 03:28:22.549 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! warning: unused import: `std::env` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:4:5 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 4 | use std::env; Oct 13 03:28:22.549 INFO kablam! | ^^^^^^^^ Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.549 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 13 03:28:22.549 INFO kablam! --> src/main.rs:5:5 Oct 13 03:28:22.549 INFO kablam! | Oct 13 03:28:22.549 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 13 03:28:22.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:28:22.549 INFO kablam! Oct 13 03:28:22.580 INFO kablam! error: aborting due to 6 previous errors Oct 13 03:28:22.580 INFO kablam! Oct 13 03:28:22.580 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 03:28:22.580 INFO kablam! error: Could not compile `rustboost`. Oct 13 03:28:22.580 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 03:28:22.753 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 13 03:28:22.753 INFO kablam! --> src/main.rs:8:17 Oct 13 03:28:22.753 INFO kablam! | Oct 13 03:28:22.753 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 13 03:28:22.753 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 13 03:28:22.753 INFO kablam! Oct 13 03:28:22.753 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.753 INFO kablam! --> src/main.rs:12:32 Oct 13 03:28:22.754 INFO kablam! | Oct 13 03:28:22.754 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 13 03:28:22.754 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.754 INFO kablam! Oct 13 03:28:22.754 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.754 INFO kablam! --> src/main.rs:18:32 Oct 13 03:28:22.754 INFO kablam! | Oct 13 03:28:22.754 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 13 03:28:22.754 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.754 INFO kablam! Oct 13 03:28:22.754 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.754 INFO kablam! --> src/main.rs:22:32 Oct 13 03:28:22.754 INFO kablam! | Oct 13 03:28:22.754 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 13 03:28:22.755 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.755 INFO kablam! Oct 13 03:28:22.755 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 13 03:28:22.755 INFO kablam! --> src/main.rs:26:39 Oct 13 03:28:22.755 INFO kablam! | Oct 13 03:28:22.755 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 13 03:28:22.755 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 13 03:28:22.755 INFO kablam! Oct 13 03:28:22.755 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.755 INFO kablam! --> src/main.rs:30:44 Oct 13 03:28:22.755 INFO kablam! | Oct 13 03:28:22.755 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 13 03:28:22.755 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.755 INFO kablam! Oct 13 03:28:22.755 INFO kablam! warning: unused import: `std::env` Oct 13 03:28:22.755 INFO kablam! --> src/main.rs:4:5 Oct 13 03:28:22.755 INFO kablam! | Oct 13 03:28:22.755 INFO kablam! 4 | use std::env; Oct 13 03:28:22.755 INFO kablam! | ^^^^^^^^ Oct 13 03:28:22.755 INFO kablam! | Oct 13 03:28:22.755 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:28:22.755 INFO kablam! Oct 13 03:28:22.755 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 13 03:28:22.755 INFO kablam! --> src/main.rs:5:5 Oct 13 03:28:22.755 INFO kablam! | Oct 13 03:28:22.756 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 13 03:28:22.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:28:22.756 INFO kablam! Oct 13 03:28:22.766 INFO kablam! error: aborting due to 6 previous errors Oct 13 03:28:22.766 INFO kablam! Oct 13 03:28:22.767 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 03:28:22.774 INFO kablam! error: Could not compile `rustboost`. Oct 13 03:28:22.774 INFO kablam! Oct 13 03:28:22.774 INFO kablam! To learn more, run the command again with --verbose. Oct 13 03:28:22.776 INFO kablam! su: No module specific data is present Oct 13 03:28:23.178 INFO running `"docker" "rm" "-f" "a11f53206390ddfa9f36d2d06d5f3a6c0aaa3247f7f0c122935980fd2b66ea98"` Oct 13 03:28:23.279 INFO blam! a11f53206390ddfa9f36d2d06d5f3a6c0aaa3247f7f0c122935980fd2b66ea98