Oct 15 08:31:50.297 INFO testing MoonL1ght/RustBoost against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:31:50.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 08:31:50.627 INFO blam! ff32060bbc6d59d25914e609ebaa54d5d58f666dd0e47a3d5a5947d67c160779 Oct 15 08:31:50.631 INFO running `"docker" "start" "-a" "ff32060bbc6d59d25914e609ebaa54d5d58f666dd0e47a3d5a5947d67c160779"` Oct 15 08:31:52.582 INFO kablam! usermod: no changes Oct 15 08:31:52.707 INFO kablam! Compiling rustboost v0.1.0 (/source) Oct 15 08:31:54.091 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 15 08:31:54.091 INFO kablam! --> src/main.rs:8:17 Oct 15 08:31:54.091 INFO kablam! | Oct 15 08:31:54.091 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 15 08:31:54.091 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 15 08:31:54.091 INFO kablam! Oct 15 08:31:54.092 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! --> src/main.rs:12:32 Oct 15 08:31:54.092 INFO kablam! | Oct 15 08:31:54.092 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 15 08:31:54.092 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! Oct 15 08:31:54.092 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! --> src/main.rs:18:32 Oct 15 08:31:54.092 INFO kablam! | Oct 15 08:31:54.092 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 15 08:31:54.092 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! Oct 15 08:31:54.092 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! --> src/main.rs:22:32 Oct 15 08:31:54.092 INFO kablam! | Oct 15 08:31:54.092 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 15 08:31:54.092 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! Oct 15 08:31:54.092 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 15 08:31:54.092 INFO kablam! --> src/main.rs:26:39 Oct 15 08:31:54.092 INFO kablam! | Oct 15 08:31:54.092 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 15 08:31:54.092 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 15 08:31:54.092 INFO kablam! Oct 15 08:31:54.092 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! --> src/main.rs:30:44 Oct 15 08:31:54.092 INFO kablam! | Oct 15 08:31:54.092 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 15 08:31:54.092 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 15 08:31:54.092 INFO kablam! Oct 15 08:31:54.093 INFO kablam! warning: unused import: `std::env` Oct 15 08:31:54.093 INFO kablam! --> src/main.rs:4:5 Oct 15 08:31:54.093 INFO kablam! | Oct 15 08:31:54.093 INFO kablam! 4 | use std::env; Oct 15 08:31:54.093 INFO kablam! | ^^^^^^^^ Oct 15 08:31:54.093 INFO kablam! | Oct 15 08:31:54.094 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:31:54.094 INFO kablam! Oct 15 08:31:54.094 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 15 08:31:54.094 INFO kablam! --> src/main.rs:5:5 Oct 15 08:31:54.094 INFO kablam! | Oct 15 08:31:54.094 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 15 08:31:54.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:31:54.094 INFO kablam! Oct 15 08:31:54.111 INFO kablam! error: aborting due to 6 previous errors Oct 15 08:31:54.111 INFO kablam! Oct 15 08:31:54.111 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 15 08:31:54.124 INFO kablam! error: Could not compile `rustboost`. Oct 15 08:31:54.124 INFO kablam! Oct 15 08:31:54.124 INFO kablam! To learn more, run the command again with --verbose. Oct 15 08:31:54.126 INFO kablam! su: No module specific data is present Oct 15 08:31:55.265 INFO running `"docker" "rm" "-f" "ff32060bbc6d59d25914e609ebaa54d5d58f666dd0e47a3d5a5947d67c160779"` Oct 15 08:31:55.559 INFO blam! ff32060bbc6d59d25914e609ebaa54d5d58f666dd0e47a3d5a5947d67c160779