Oct 31 19:11:46.242 INFO checking tshepang/sbg against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:11:46.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:11:46.710 INFO blam! 46e8e98a9c86b14eb4fb77b74fd2e7e08c7f328daea6711416497afe13ffde0d Oct 31 19:11:46.714 INFO running `"docker" "start" "-a" "46e8e98a9c86b14eb4fb77b74fd2e7e08c7f328daea6711416497afe13ffde0d"` Oct 31 19:11:48.021 INFO kablam! usermod: no changes Oct 31 19:11:48.236 INFO kablam! Checking unicode-segmentation v1.2.1 Oct 31 19:11:48.252 INFO kablam! Checking yaml-rust v0.4.2 Oct 31 19:11:48.252 INFO kablam! Compiling pest_derive v1.0.8 Oct 31 19:11:48.252 INFO kablam! Checking regex v1.0.5 Oct 31 19:11:48.252 INFO kablam! Compiling structopt-derive v0.2.12 Oct 31 19:11:50.004 INFO kablam! Checking heck v0.3.0 Oct 31 19:11:50.665 INFO kablam! Checking serde_yaml v0.8.5 Oct 31 19:11:55.377 INFO kablam! Checking env_logger v0.5.13 Oct 31 19:11:57.193 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 31 19:11:58.388 INFO kablam! Checking structopt v0.2.12 Oct 31 19:12:00.091 INFO kablam! Checking handlebars v1.0.5 Oct 31 19:12:03.068 INFO kablam! Checking sbg v0.0.2 (/source) Oct 31 19:12:03.629 INFO kablam! error[E0432]: unresolved import `url` Oct 31 19:12:03.629 INFO kablam! --> examples/main_impl.rs:5:5 Oct 31 19:12:03.630 INFO kablam! | Oct 31 19:12:03.630 INFO kablam! 5 | use url::Url; Oct 31 19:12:03.630 INFO kablam! | ^^^ Maybe a missing `extern crate url;`? Oct 31 19:12:03.631 INFO kablam! Oct 31 19:12:03.631 INFO kablam! error[E0601]: `main` function not found in crate `main_impl` Oct 31 19:12:03.631 INFO kablam! | Oct 31 19:12:03.631 INFO kablam! = note: consider adding a `main` function to `examples/main_impl.rs` Oct 31 19:12:03.632 INFO kablam! Oct 31 19:12:03.660 INFO kablam! error: aborting due to 2 previous errors Oct 31 19:12:03.660 INFO kablam! Oct 31 19:12:03.680 INFO kablam! Some errors occurred: E0432, E0601. Oct 31 19:12:03.681 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 31 19:12:03.691 INFO kablam! error: Could not compile `sbg`. Oct 31 19:12:03.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 19:12:04.113 INFO kablam! warning: unused `#[macro_use]` import Oct 31 19:12:04.113 INFO kablam! --> examples/main.rs:4:1 Oct 31 19:12:04.113 INFO kablam! | Oct 31 19:12:04.114 INFO kablam! 4 | #[macro_use] Oct 31 19:12:04.114 INFO kablam! | ^^^^^^^^^^^^ Oct 31 19:12:04.114 INFO kablam! | Oct 31 19:12:04.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:12:04.115 INFO kablam! Oct 31 19:12:04.344 INFO kablam! warning: unused variable: `some_arg` Oct 31 19:12:04.344 INFO kablam! --> examples/main_impl.rs:11:5 Oct 31 19:12:04.344 INFO kablam! | Oct 31 19:12:04.344 INFO kablam! 11 | some_arg: String, Oct 31 19:12:04.344 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 31 19:12:04.344 INFO kablam! | Oct 31 19:12:04.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:12:04.344 INFO kablam! Oct 31 19:12:04.344 INFO kablam! warning: unused variable: `some_other_arg` Oct 31 19:12:04.344 INFO kablam! --> examples/main_impl.rs:12:5 Oct 31 19:12:04.344 INFO kablam! | Oct 31 19:12:04.344 INFO kablam! 12 | some_other_arg: PathBuf, Oct 31 19:12:04.344 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 31 19:12:04.345 INFO kablam! Oct 31 19:12:04.345 INFO kablam! warning: unused variable: `some_arg` Oct 31 19:12:04.345 INFO kablam! --> examples/main_impl.rs:17:5 Oct 31 19:12:04.345 INFO kablam! | Oct 31 19:12:04.345 INFO kablam! 17 | some_arg: String, Oct 31 19:12:04.345 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 31 19:12:04.345 INFO kablam! Oct 31 19:12:04.345 INFO kablam! warning: unused variable: `some_other_arg` Oct 31 19:12:04.345 INFO kablam! --> examples/main_impl.rs:18:5 Oct 31 19:12:04.345 INFO kablam! | Oct 31 19:12:04.345 INFO kablam! 18 | some_other_arg: Url, Oct 31 19:12:04.345 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 31 19:12:04.345 INFO kablam! Oct 31 19:12:04.720 INFO kablam! warning: unused `#[macro_use]` import Oct 31 19:12:04.721 INFO kablam! --> src/main.rs:10:1 Oct 31 19:12:04.721 INFO kablam! | Oct 31 19:12:04.721 INFO kablam! 10 | #[macro_use] Oct 31 19:12:04.722 INFO kablam! | ^^^^^^^^^^^^ Oct 31 19:12:04.722 INFO kablam! | Oct 31 19:12:04.722 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:12:04.723 INFO kablam! Oct 31 19:12:04.816 INFO kablam! warning: unused `#[macro_use]` import Oct 31 19:12:04.816 INFO kablam! --> src/main.rs:10:1 Oct 31 19:12:04.816 INFO kablam! | Oct 31 19:12:04.816 INFO kablam! 10 | #[macro_use] Oct 31 19:12:04.816 INFO kablam! | ^^^^^^^^^^^^ Oct 31 19:12:04.816 INFO kablam! | Oct 31 19:12:04.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:12:04.816 INFO kablam! Oct 31 19:12:05.998 INFO kablam! error: build failed Oct 31 19:12:05.999 INFO kablam! su: No module specific data is present Oct 31 19:12:06.826 INFO running `"docker" "rm" "-f" "46e8e98a9c86b14eb4fb77b74fd2e7e08c7f328daea6711416497afe13ffde0d"` Oct 31 19:12:07.188 INFO blam! 46e8e98a9c86b14eb4fb77b74fd2e7e08c7f328daea6711416497afe13ffde0d