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