Oct 21 12:45:31.238 INFO checking tshepang/sbg against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:45:31.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 12:45:31.649 INFO blam! 3587783eefbe59ae8d86a5dfddfaee0cfc2ee8e35978f4bffca60c2f8a01c271 Oct 21 12:45:31.651 INFO running `"docker" "start" "-a" "3587783eefbe59ae8d86a5dfddfaee0cfc2ee8e35978f4bffca60c2f8a01c271"` Oct 21 12:45:32.760 INFO kablam! usermod: no changes Oct 21 12:45:32.971 INFO kablam! Checking same-file v1.0.3 Oct 21 12:45:32.975 INFO kablam! Checking heck v0.3.0 Oct 21 12:45:32.975 INFO kablam! Checking serde_yaml v0.8.5 Oct 21 12:45:32.975 INFO kablam! Compiling structopt-derive v0.2.12 Oct 21 12:45:32.975 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 21 12:45:33.504 INFO kablam! Checking walkdir v2.2.5 Oct 21 12:45:34.500 INFO kablam! Checking handlebars v1.0.5 Oct 21 12:45:39.547 INFO kablam! Checking structopt v0.2.12 Oct 21 12:45:39.974 INFO kablam! Checking sbg v0.0.2 (/source) Oct 21 12:45:40.869 INFO kablam! warning: unused `#[macro_use]` import Oct 21 12:45:40.869 INFO kablam! --> examples/main.rs:4:1 Oct 21 12:45:40.869 INFO kablam! | Oct 21 12:45:40.870 INFO kablam! 4 | #[macro_use] Oct 21 12:45:40.870 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:45:40.870 INFO kablam! | Oct 21 12:45:40.871 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:45:40.871 INFO kablam! Oct 21 12:45:40.950 INFO kablam! error[E0432]: unresolved import `url` Oct 21 12:45:40.950 INFO kablam! --> examples/main_impl.rs:5:5 Oct 21 12:45:40.950 INFO kablam! | Oct 21 12:45:40.950 INFO kablam! 5 | use url::Url; Oct 21 12:45:40.950 INFO kablam! | ^^^ Maybe a missing `extern crate url;`? Oct 21 12:45:40.950 INFO kablam! Oct 21 12:45:40.952 INFO kablam! error[E0601]: `main` function not found in crate `main_impl` Oct 21 12:45:40.952 INFO kablam! | Oct 21 12:45:40.952 INFO kablam! = note: consider adding a `main` function to `examples/main_impl.rs` Oct 21 12:45:40.952 INFO kablam! Oct 21 12:45:40.968 INFO kablam! warning: unused `#[macro_use]` import Oct 21 12:45:40.968 INFO kablam! --> src/main.rs:10:1 Oct 21 12:45:40.968 INFO kablam! | Oct 21 12:45:40.968 INFO kablam! 10 | #[macro_use] Oct 21 12:45:40.968 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:45:40.968 INFO kablam! | Oct 21 12:45:40.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:45:40.968 INFO kablam! Oct 21 12:45:40.976 INFO kablam! error: aborting due to 2 previous errors Oct 21 12:45:40.976 INFO kablam! Oct 21 12:45:40.976 INFO kablam! Some errors occurred: E0432, E0601. Oct 21 12:45:40.976 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 21 12:45:41.000 INFO kablam! error: Could not compile `sbg`. Oct 21 12:45:41.000 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 12:45:41.004 INFO kablam! warning: unused variable: `some_arg` Oct 21 12:45:41.004 INFO kablam! --> examples/main_impl.rs:11:5 Oct 21 12:45:41.004 INFO kablam! | Oct 21 12:45:41.004 INFO kablam! 11 | some_arg: String, Oct 21 12:45:41.004 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 21 12:45:41.004 INFO kablam! | Oct 21 12:45:41.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:45:41.004 INFO kablam! Oct 21 12:45:41.004 INFO kablam! warning: unused variable: `some_other_arg` Oct 21 12:45:41.004 INFO kablam! --> examples/main_impl.rs:12:5 Oct 21 12:45:41.004 INFO kablam! | Oct 21 12:45:41.004 INFO kablam! 12 | some_other_arg: PathBuf, Oct 21 12:45:41.004 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 21 12:45:41.004 INFO kablam! Oct 21 12:45:41.004 INFO kablam! warning: unused variable: `some_arg` Oct 21 12:45:41.004 INFO kablam! --> examples/main_impl.rs:17:5 Oct 21 12:45:41.005 INFO kablam! | Oct 21 12:45:41.005 INFO kablam! 17 | some_arg: String, Oct 21 12:45:41.005 INFO kablam! | ^^^^^^^^ help: consider using `_some_arg` instead Oct 21 12:45:41.005 INFO kablam! Oct 21 12:45:41.005 INFO kablam! warning: unused variable: `some_other_arg` Oct 21 12:45:41.005 INFO kablam! --> examples/main_impl.rs:18:5 Oct 21 12:45:41.005 INFO kablam! | Oct 21 12:45:41.005 INFO kablam! 18 | some_other_arg: Url, Oct 21 12:45:41.005 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_some_other_arg` instead Oct 21 12:45:41.005 INFO kablam! Oct 21 12:45:41.016 INFO kablam! warning: unused `#[macro_use]` import Oct 21 12:45:41.016 INFO kablam! --> src/main.rs:10:1 Oct 21 12:45:41.016 INFO kablam! | Oct 21 12:45:41.016 INFO kablam! 10 | #[macro_use] Oct 21 12:45:41.016 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:45:41.016 INFO kablam! | Oct 21 12:45:41.016 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:45:41.016 INFO kablam! Oct 21 12:45:41.580 INFO kablam! error: build failed Oct 21 12:45:41.580 INFO kablam! su: No module specific data is present Oct 21 12:45:42.424 INFO running `"docker" "rm" "-f" "3587783eefbe59ae8d86a5dfddfaee0cfc2ee8e35978f4bffca60c2f8a01c271"` Oct 21 12:45:42.656 INFO blam! 3587783eefbe59ae8d86a5dfddfaee0cfc2ee8e35978f4bffca60c2f8a01c271