Oct 26 18:59:48.280 INFO checking tshepang/sbg against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:59:48.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 18:59:48.974 INFO blam! c70962bef024f95e48886317cad019c4ba9edcf9a601305b16dcc7c74a2f09da Oct 26 18:59:48.977 INFO running `"docker" "start" "-a" "c70962bef024f95e48886317cad019c4ba9edcf9a601305b16dcc7c74a2f09da"` Oct 26 18:59:50.391 INFO kablam! usermod: no changes Oct 26 18:59:50.627 INFO kablam! Checking same-file v1.0.3 Oct 26 18:59:50.627 INFO kablam! Checking unicode-segmentation v1.2.1 Oct 26 18:59:50.627 INFO kablam! Checking yaml-rust v0.4.2 Oct 26 18:59:50.627 INFO kablam! Compiling structopt-derive v0.2.12 Oct 26 18:59:50.627 INFO kablam! Checking env_logger v0.5.13 Oct 26 18:59:51.306 INFO kablam! Checking walkdir v2.2.5 Oct 26 18:59:52.031 INFO kablam! Checking handlebars v1.0.5 Oct 26 18:59:52.235 INFO kablam! Checking heck v0.3.0 Oct 26 18:59:52.319 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 26 18:59:53.103 INFO kablam! Checking serde_yaml v0.8.5 Oct 26 18:59:57.422 INFO kablam! Checking structopt v0.2.12 Oct 26 18:59:57.804 INFO kablam! Checking sbg v0.0.2 (/source) Oct 26 18:59:59.131 INFO kablam! warning: unused `#[macro_use]` import Oct 26 18:59:59.132 INFO kablam! --> examples/main.rs:4:1 Oct 26 18:59:59.132 INFO kablam! | Oct 26 18:59:59.133 INFO kablam! 4 | #[macro_use] Oct 26 18:59:59.134 INFO kablam! | ^^^^^^^^^^^^ Oct 26 18:59:59.134 INFO kablam! | Oct 26 18:59:59.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:59:59.135 INFO kablam! Oct 26 18:59:59.407 INFO kablam! warning: unused variable: `some_arg` Oct 26 18:59:59.408 INFO kablam! --> examples/main_impl.rs:11:5 Oct 26 18:59:59.408 INFO kablam! | Oct 26 18:59:59.409 INFO kablam! 11 | some_arg: String, Oct 26 18:59:59.410 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 26 18:59:59.410 INFO kablam! | Oct 26 18:59:59.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:59:59.411 INFO kablam! Oct 26 18:59:59.412 INFO kablam! warning: unused variable: `some_other_arg` Oct 26 18:59:59.413 INFO kablam! --> examples/main_impl.rs:12:5 Oct 26 18:59:59.413 INFO kablam! | Oct 26 18:59:59.414 INFO kablam! 12 | some_other_arg: PathBuf, Oct 26 18:59:59.415 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 26 18:59:59.415 INFO kablam! Oct 26 18:59:59.416 INFO kablam! warning: unused variable: `some_arg` Oct 26 18:59:59.417 INFO kablam! --> examples/main_impl.rs:17:5 Oct 26 18:59:59.417 INFO kablam! | Oct 26 18:59:59.418 INFO kablam! 17 | some_arg: String, Oct 26 18:59:59.419 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 26 18:59:59.419 INFO kablam! Oct 26 18:59:59.420 INFO kablam! warning: unused variable: `some_other_arg` Oct 26 18:59:59.420 INFO kablam! --> examples/main_impl.rs:18:5 Oct 26 18:59:59.421 INFO kablam! | Oct 26 18:59:59.422 INFO kablam! 18 | some_other_arg: Url, Oct 26 18:59:59.422 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 26 18:59:59.423 INFO kablam! Oct 26 18:59:59.591 INFO kablam! error[E0432]: unresolved import `url` Oct 26 18:59:59.591 INFO kablam! --> examples/main_impl.rs:5:5 Oct 26 18:59:59.591 INFO kablam! | Oct 26 18:59:59.591 INFO kablam! 5 | use url::Url; Oct 26 18:59:59.591 INFO kablam! | ^^^ Maybe a missing `extern crate url;`? Oct 26 18:59:59.591 INFO kablam! Oct 26 18:59:59.593 INFO kablam! error[E0601]: `main` function not found in crate `main_impl` Oct 26 18:59:59.593 INFO kablam! | Oct 26 18:59:59.593 INFO kablam! = note: consider adding a `main` function to `examples/main_impl.rs` Oct 26 18:59:59.593 INFO kablam! Oct 26 18:59:59.615 INFO kablam! error: aborting due to 2 previous errors Oct 26 18:59:59.615 INFO kablam! Oct 26 18:59:59.616 INFO kablam! Some errors occurred: E0432, E0601. Oct 26 18:59:59.616 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 26 18:59:59.637 INFO kablam! error: Could not compile `sbg`. Oct 26 18:59:59.637 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 18:59:59.754 INFO kablam! warning: unused `#[macro_use]` import Oct 26 18:59:59.754 INFO kablam! --> src/main.rs:10:1 Oct 26 18:59:59.755 INFO kablam! | Oct 26 18:59:59.755 INFO kablam! 10 | #[macro_use] Oct 26 18:59:59.755 INFO kablam! | ^^^^^^^^^^^^ Oct 26 18:59:59.755 INFO kablam! | Oct 26 18:59:59.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:59:59.756 INFO kablam! Oct 26 18:59:59.790 INFO kablam! warning: unused `#[macro_use]` import Oct 26 18:59:59.790 INFO kablam! --> src/main.rs:10:1 Oct 26 18:59:59.790 INFO kablam! | Oct 26 18:59:59.790 INFO kablam! 10 | #[macro_use] Oct 26 18:59:59.790 INFO kablam! | ^^^^^^^^^^^^ Oct 26 18:59:59.790 INFO kablam! | Oct 26 18:59:59.790 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:59:59.790 INFO kablam! Oct 26 19:00:00.819 INFO kablam! error: build failed Oct 26 19:00:00.822 INFO kablam! su: No module specific data is present Oct 26 19:00:02.477 INFO running `"docker" "rm" "-f" "c70962bef024f95e48886317cad019c4ba9edcf9a601305b16dcc7c74a2f09da"` Oct 26 19:00:02.873 INFO blam! c70962bef024f95e48886317cad019c4ba9edcf9a601305b16dcc7c74a2f09da