Oct 13 03:28:19.097 INFO checking MoonL1ght/RustBoost against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:28:19.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.530 INFO blam! bd4cb53361fdf363901cb3668d4cac3042691114ed9f5d4a338ae22c37f07393 Oct 13 03:28:19.534 INFO running `"docker" "start" "-a" "bd4cb53361fdf363901cb3668d4cac3042691114ed9f5d4a338ae22c37f07393"` Oct 13 03:28:20.364 INFO kablam! usermod: no changes Oct 13 03:28:20.444 INFO kablam! Checking rustboost v0.1.0 (/source) Oct 13 03:28:22.157 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 13 03:28:22.158 INFO kablam! --> src/main.rs:8:17 Oct 13 03:28:22.158 INFO kablam! | Oct 13 03:28:22.159 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 13 03:28:22.159 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 13 03:28:22.160 INFO kablam! Oct 13 03:28:22.160 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.161 INFO kablam! --> src/main.rs:12:32 Oct 13 03:28:22.162 INFO kablam! | Oct 13 03:28:22.162 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 13 03:28:22.163 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.163 INFO kablam! Oct 13 03:28:22.164 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.164 INFO kablam! --> src/main.rs:18:32 Oct 13 03:28:22.165 INFO kablam! | Oct 13 03:28:22.165 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 13 03:28:22.166 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.166 INFO kablam! Oct 13 03:28:22.167 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.168 INFO kablam! --> src/main.rs:22:32 Oct 13 03:28:22.168 INFO kablam! | Oct 13 03:28:22.169 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 13 03:28:22.169 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.170 INFO kablam! Oct 13 03:28:22.171 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 13 03:28:22.171 INFO kablam! --> src/main.rs:26:39 Oct 13 03:28:22.172 INFO kablam! | Oct 13 03:28:22.172 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 13 03:28:22.173 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 13 03:28:22.173 INFO kablam! Oct 13 03:28:22.174 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.174 INFO kablam! --> src/main.rs:30:44 Oct 13 03:28:22.175 INFO kablam! | Oct 13 03:28:22.175 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 13 03:28:22.176 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.176 INFO kablam! Oct 13 03:28:22.180 INFO kablam! warning: unused import: `std::env` Oct 13 03:28:22.181 INFO kablam! --> src/main.rs:4:5 Oct 13 03:28:22.181 INFO kablam! | Oct 13 03:28:22.182 INFO kablam! 4 | use std::env; Oct 13 03:28:22.182 INFO kablam! | ^^^^^^^^ Oct 13 03:28:22.183 INFO kablam! | Oct 13 03:28:22.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:28:22.184 INFO kablam! Oct 13 03:28:22.185 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 13 03:28:22.185 INFO kablam! --> src/main.rs:5:5 Oct 13 03:28:22.186 INFO kablam! | Oct 13 03:28:22.186 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 13 03:28:22.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:28:22.187 INFO kablam! Oct 13 03:28:22.217 INFO kablam! error: aborting due to 6 previous errors Oct 13 03:28:22.217 INFO kablam! Oct 13 03:28:22.218 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 03:28:22.237 INFO kablam! error: Could not compile `rustboost`. Oct 13 03:28:22.238 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 03:28:22.321 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 13 03:28:22.322 INFO kablam! --> src/main.rs:8:17 Oct 13 03:28:22.322 INFO kablam! | Oct 13 03:28:22.323 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 13 03:28:22.324 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 13 03:28:22.324 INFO kablam! Oct 13 03:28:22.325 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.325 INFO kablam! --> src/main.rs:12:32 Oct 13 03:28:22.326 INFO kablam! | Oct 13 03:28:22.326 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 13 03:28:22.327 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.327 INFO kablam! Oct 13 03:28:22.328 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.328 INFO kablam! --> src/main.rs:18:32 Oct 13 03:28:22.329 INFO kablam! | Oct 13 03:28:22.330 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 13 03:28:22.330 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.331 INFO kablam! Oct 13 03:28:22.331 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.332 INFO kablam! --> src/main.rs:22:32 Oct 13 03:28:22.332 INFO kablam! | Oct 13 03:28:22.332 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 13 03:28:22.332 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.332 INFO kablam! Oct 13 03:28:22.332 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 13 03:28:22.332 INFO kablam! --> src/main.rs:26:39 Oct 13 03:28:22.332 INFO kablam! | Oct 13 03:28:22.333 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 13 03:28:22.336 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 13 03:28:22.336 INFO kablam! Oct 13 03:28:22.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 13 03:28:22.336 INFO kablam! --> src/main.rs:30:44 Oct 13 03:28:22.336 INFO kablam! | Oct 13 03:28:22.336 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 13 03:28:22.336 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 13 03:28:22.336 INFO kablam! Oct 13 03:28:22.336 INFO kablam! warning: unused import: `std::env` Oct 13 03:28:22.336 INFO kablam! --> src/main.rs:4:5 Oct 13 03:28:22.336 INFO kablam! | Oct 13 03:28:22.336 INFO kablam! 4 | use std::env; Oct 13 03:28:22.336 INFO kablam! | ^^^^^^^^ Oct 13 03:28:22.336 INFO kablam! | Oct 13 03:28:22.336 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:28:22.336 INFO kablam! Oct 13 03:28:22.336 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 13 03:28:22.336 INFO kablam! --> src/main.rs:5:5 Oct 13 03:28:22.336 INFO kablam! | Oct 13 03:28:22.336 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 13 03:28:22.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:28:22.336 INFO kablam! Oct 13 03:28:22.336 INFO kablam! error: aborting due to 6 previous errors Oct 13 03:28:22.336 INFO kablam! Oct 13 03:28:22.336 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 13 03:28:22.345 INFO kablam! error: Could not compile `rustboost`. Oct 13 03:28:22.345 INFO kablam! Oct 13 03:28:22.345 INFO kablam! To learn more, run the command again with --verbose. Oct 13 03:28:22.347 INFO kablam! su: No module specific data is present Oct 13 03:28:22.809 INFO running `"docker" "rm" "-f" "bd4cb53361fdf363901cb3668d4cac3042691114ed9f5d4a338ae22c37f07393"` Oct 13 03:28:23.024 INFO blam! bd4cb53361fdf363901cb3668d4cac3042691114ed9f5d4a338ae22c37f07393