Oct 11 05:26:42.915 INFO testing MoonL1ght/RustBoost against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:26:42.915 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:26:42.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:26:43.397 INFO blam! 5777659fdc0ef00c1770c387a117bd5a5a9398d232b16960c98bd4321bd50f15 Oct 11 05:26:43.404 INFO running `"docker" "start" "-a" "5777659fdc0ef00c1770c387a117bd5a5a9398d232b16960c98bd4321bd50f15"` Oct 11 05:26:44.399 INFO kablam! usermod: no changes Oct 11 05:26:44.544 INFO kablam! Compiling rustboost v0.1.0 (/source) Oct 11 05:26:46.844 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `App` Oct 11 05:26:46.844 INFO kablam! --> src/main.rs:8:17 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 8 | let matches = App::new("My Super Program") Oct 11 05:26:46.845 INFO kablam! | ^^^ Use of undeclared type or module `App` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:12:32 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 12 | .arg(Arg::with_name("config") Oct 11 05:26:46.845 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:18:32 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 18 | .arg(Arg::with_name("INPUT") Oct 11 05:26:46.845 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:22:32 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 22 | .arg(Arg::with_name("v") Oct 11 05:26:46.845 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SubCommand` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:26:39 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 26 | .subcommand(SubCommand::with_name("test") Oct 11 05:26:46.845 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `SubCommand` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:30:44 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 30 | .arg(Arg::with_name("debug") Oct 11 05:26:46.845 INFO kablam! | ^^^ Use of undeclared type or module `Arg` Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! warning: unused import: `std::env` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:4:5 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 4 | use std::env; Oct 11 05:26:46.845 INFO kablam! | ^^^^^^^^ Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.845 INFO kablam! warning: unused import: `rustboost::libsvm_reader::parse_libsvm` Oct 11 05:26:46.845 INFO kablam! --> src/main.rs:5:5 Oct 11 05:26:46.845 INFO kablam! | Oct 11 05:26:46.845 INFO kablam! 5 | use rustboost::libsvm_reader::parse_libsvm; Oct 11 05:26:46.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:26:46.845 INFO kablam! Oct 11 05:26:46.860 INFO kablam! error: aborting due to 6 previous errors Oct 11 05:26:46.860 INFO kablam! Oct 11 05:26:46.860 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 11 05:26:46.868 INFO kablam! error: Could not compile `rustboost`. Oct 11 05:26:46.868 INFO kablam! Oct 11 05:26:46.868 INFO kablam! To learn more, run the command again with --verbose. Oct 11 05:26:46.868 INFO kablam! su: No module specific data is present Oct 11 05:26:47.440 INFO running `"docker" "rm" "-f" "5777659fdc0ef00c1770c387a117bd5a5a9398d232b16960c98bd4321bd50f15"` Oct 11 05:26:47.707 INFO blam! 5777659fdc0ef00c1770c387a117bd5a5a9398d232b16960c98bd4321bd50f15