Oct 13 08:56:32.205 INFO checking sbg-0.0.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:56:32.206 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 08:56:32.755 INFO blam! 92add5d6708e37727e9e2192af150d73edcd35418aafcaf46bf82087e5e949cf Oct 13 08:56:32.757 INFO running `"docker" "start" "-a" "92add5d6708e37727e9e2192af150d73edcd35418aafcaf46bf82087e5e949cf"` Oct 13 08:56:33.975 INFO kablam! usermod: no changes Oct 13 08:56:34.204 INFO kablam! Checking sbg v0.0.2 (/source) Oct 13 08:56:40.504 INFO kablam! warning: unused `#[macro_use]` import Oct 13 08:56:40.504 INFO kablam! --> src/main.rs:10:1 Oct 13 08:56:40.504 INFO kablam! | Oct 13 08:56:40.504 INFO kablam! 10 | #[macro_use] Oct 13 08:56:40.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:56:40.504 INFO kablam! | Oct 13 08:56:40.504 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:56:40.504 INFO kablam! Oct 13 08:56:40.520 INFO kablam! warning: unused `#[macro_use]` import Oct 13 08:56:40.520 INFO kablam! --> src/main.rs:10:1 Oct 13 08:56:40.520 INFO kablam! | Oct 13 08:56:40.520 INFO kablam! 10 | #[macro_use] Oct 13 08:56:40.520 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:56:40.520 INFO kablam! | Oct 13 08:56:40.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:56:40.520 INFO kablam! Oct 13 08:56:42.412 INFO kablam! warning: unused `#[macro_use]` import Oct 13 08:56:42.413 INFO kablam! --> examples/main.rs:4:1 Oct 13 08:56:42.414 INFO kablam! | Oct 13 08:56:42.415 INFO kablam! 4 | #[macro_use] Oct 13 08:56:42.415 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:56:42.416 INFO kablam! | Oct 13 08:56:42.416 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:56:42.417 INFO kablam! Oct 13 08:56:42.528 INFO kablam! warning: unused variable: `some_arg` Oct 13 08:56:42.528 INFO kablam! --> examples/main_impl.rs:11:5 Oct 13 08:56:42.528 INFO kablam! | Oct 13 08:56:42.528 INFO kablam! 11 | some_arg: String, Oct 13 08:56:42.528 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 13 08:56:42.528 INFO kablam! | Oct 13 08:56:42.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:56:42.528 INFO kablam! Oct 13 08:56:42.528 INFO kablam! warning: unused variable: `some_other_arg` Oct 13 08:56:42.528 INFO kablam! --> examples/main_impl.rs:12:5 Oct 13 08:56:42.528 INFO kablam! | Oct 13 08:56:42.528 INFO kablam! 12 | some_other_arg: PathBuf, Oct 13 08:56:42.528 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 13 08:56:42.528 INFO kablam! Oct 13 08:56:42.528 INFO kablam! warning: unused variable: `some_arg` Oct 13 08:56:42.528 INFO kablam! --> examples/main_impl.rs:17:5 Oct 13 08:56:42.528 INFO kablam! | Oct 13 08:56:42.528 INFO kablam! 17 | some_arg: String, Oct 13 08:56:42.528 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 13 08:56:42.528 INFO kablam! Oct 13 08:56:42.528 INFO kablam! warning: unused variable: `some_other_arg` Oct 13 08:56:42.528 INFO kablam! --> examples/main_impl.rs:18:5 Oct 13 08:56:42.528 INFO kablam! | Oct 13 08:56:42.528 INFO kablam! 18 | some_other_arg: Url, Oct 13 08:56:42.528 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 13 08:56:42.528 INFO kablam! Oct 13 08:56:43.620 INFO kablam! error[E0432]: unresolved import `url` Oct 13 08:56:43.620 INFO kablam! --> examples/main_impl.rs:5:5 Oct 13 08:56:43.620 INFO kablam! | Oct 13 08:56:43.620 INFO kablam! 5 | use url::Url; Oct 13 08:56:43.620 INFO kablam! | ^^^ Maybe a missing `extern crate url;`? Oct 13 08:56:43.620 INFO kablam! Oct 13 08:56:43.620 INFO kablam! error[E0601]: `main` function not found in crate `main_impl` Oct 13 08:56:43.620 INFO kablam! | Oct 13 08:56:43.620 INFO kablam! = note: consider adding a `main` function to `examples/main_impl.rs` Oct 13 08:56:43.620 INFO kablam! Oct 13 08:56:43.632 INFO kablam! error: aborting due to 2 previous errors Oct 13 08:56:43.632 INFO kablam! Oct 13 08:56:43.632 INFO kablam! Some errors occurred: E0432, E0601. Oct 13 08:56:43.632 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 08:56:43.644 INFO kablam! error: Could not compile `sbg`. Oct 13 08:56:43.644 INFO kablam! Oct 13 08:56:43.644 INFO kablam! To learn more, run the command again with --verbose. Oct 13 08:56:43.644 INFO kablam! su: No module specific data is present Oct 13 08:56:44.374 INFO running `"docker" "rm" "-f" "92add5d6708e37727e9e2192af150d73edcd35418aafcaf46bf82087e5e949cf"` Oct 13 08:56:44.684 INFO blam! 92add5d6708e37727e9e2192af150d73edcd35418aafcaf46bf82087e5e949cf