Oct 21 18:30:23.892 INFO checking deciduously/raur against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:30:23.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:30:24.369 INFO blam! 4198d6825f47e75fb96f8c2a910420f82b23adb6c731c6b2f8bcec42aa523a53 Oct 21 18:30:24.376 INFO running `"docker" "start" "-a" "4198d6825f47e75fb96f8c2a910420f82b23adb6c731c6b2f8bcec42aa523a53"` Oct 21 18:30:25.604 INFO kablam! usermod: no changes Oct 21 18:30:25.853 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 21 18:30:25.853 INFO kablam! Compiling openssl v0.7.14 Oct 21 18:30:25.853 INFO kablam! Checking term_size v0.2.1 Oct 21 18:30:25.860 INFO kablam! Checking toml v0.2.1 Oct 21 18:30:25.880 INFO kablam! Checking openssl-sys v0.7.17 Oct 21 18:30:27.076 INFO kablam! Checking clap v2.19.3 Oct 21 18:30:32.988 INFO kablam! Checking cookie v0.2.5 Oct 21 18:30:32.988 INFO kablam! Checking openssl-verify v0.1.0 Oct 21 18:30:34.622 INFO kablam! Checking hyper v0.9.14 Oct 21 18:30:38.838 INFO kablam! Checking raur v0.1.0 (/source) Oct 21 18:30:40.301 INFO kablam! warning: unused import: `std::env` Oct 21 18:30:40.301 INFO kablam! --> src/lib.rs:6:5 Oct 21 18:30:40.301 INFO kablam! | Oct 21 18:30:40.301 INFO kablam! 6 | use std::env; Oct 21 18:30:40.301 INFO kablam! | ^^^^^^^^ Oct 21 18:30:40.301 INFO kablam! | Oct 21 18:30:40.301 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:40.301 INFO kablam! Oct 21 18:30:40.344 INFO kablam! warning: unused variable: `len` Oct 21 18:30:40.344 INFO kablam! --> src/lib.rs:57:9 Oct 21 18:30:40.344 INFO kablam! | Oct 21 18:30:40.344 INFO kablam! 57 | let len = res.read_to_end(&mut bytes).unwrap(); Oct 21 18:30:40.344 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 18:30:40.344 INFO kablam! | Oct 21 18:30:40.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:40.344 INFO kablam! Oct 21 18:30:40.868 INFO kablam! warning: unused import: `std::env` Oct 21 18:30:40.868 INFO kablam! --> src/lib.rs:6:5 Oct 21 18:30:40.868 INFO kablam! | Oct 21 18:30:40.868 INFO kablam! 6 | use std::env; Oct 21 18:30:40.868 INFO kablam! | ^^^^^^^^ Oct 21 18:30:40.868 INFO kablam! | Oct 21 18:30:40.868 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:40.868 INFO kablam! Oct 21 18:30:40.868 INFO kablam! warning: unused import: `super::*` Oct 21 18:30:40.868 INFO kablam! --> src/lib.rs:111:9 Oct 21 18:30:40.868 INFO kablam! | Oct 21 18:30:40.868 INFO kablam! 111 | use super::*; Oct 21 18:30:40.868 INFO kablam! | ^^^^^^^^ Oct 21 18:30:40.868 INFO kablam! Oct 21 18:30:41.021 INFO kablam! warning: unused variable: `len` Oct 21 18:30:41.021 INFO kablam! --> src/lib.rs:57:9 Oct 21 18:30:41.021 INFO kablam! | Oct 21 18:30:41.021 INFO kablam! 57 | let len = res.read_to_end(&mut bytes).unwrap(); Oct 21 18:30:41.021 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 18:30:41.026 INFO kablam! | Oct 21 18:30:41.026 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:41.026 INFO kablam! Oct 21 18:30:42.672 INFO kablam! error: missing fragment specifier Oct 21 18:30:42.672 INFO kablam! --> <::clap::macros::clap_app macros>:84:47 Oct 21 18:30:42.672 INFO kablam! | Oct 21 18:30:42.672 INFO kablam! 84 | @ arg ( $ arg : expr ) $ modes : tt ! $ ident $ ( $ tail : tt ) * ) => { Oct 21 18:30:42.672 INFO kablam! | ^ Oct 21 18:30:42.672 INFO kablam! | Oct 21 18:30:42.672 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Oct 21 18:30:42.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 18:30:42.672 INFO kablam! = note: for more information, see issue #40107 Oct 21 18:30:42.672 INFO kablam! Oct 21 18:30:42.684 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 18:30:42.684 INFO kablam! --> src/main.rs:40:19 Oct 21 18:30:42.684 INFO kablam! | Oct 21 18:30:42.684 INFO kablam! 40 | let mut ret = env::home_dir().unwrap(); Oct 21 18:30:42.684 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:42.684 INFO kablam! | Oct 21 18:30:42.684 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:30:42.684 INFO kablam! Oct 21 18:30:42.716 INFO kablam! error: missing fragment specifier Oct 21 18:30:42.716 INFO kablam! --> <::clap::macros::clap_app macros>:84:47 Oct 21 18:30:42.716 INFO kablam! | Oct 21 18:30:42.716 INFO kablam! 84 | @ arg ( $ arg : expr ) $ modes : tt ! $ ident $ ( $ tail : tt ) * ) => { Oct 21 18:30:42.716 INFO kablam! | ^ Oct 21 18:30:42.720 INFO kablam! | Oct 21 18:30:42.720 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Oct 21 18:30:42.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 18:30:42.720 INFO kablam! = note: for more information, see issue #40107 Oct 21 18:30:42.720 INFO kablam! Oct 21 18:30:42.736 INFO kablam! error: aborting due to previous error Oct 21 18:30:42.736 INFO kablam! Oct 21 18:30:42.736 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 18:30:42.736 INFO kablam! --> src/main.rs:40:19 Oct 21 18:30:42.736 INFO kablam! | Oct 21 18:30:42.736 INFO kablam! 40 | let mut ret = env::home_dir().unwrap(); Oct 21 18:30:42.736 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:42.736 INFO kablam! | Oct 21 18:30:42.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:30:42.736 INFO kablam! Oct 21 18:30:42.743 INFO kablam! error: Could not compile `raur`. Oct 21 18:30:42.743 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 18:30:42.788 INFO kablam! error: aborting due to previous error Oct 21 18:30:42.788 INFO kablam! Oct 21 18:30:42.812 INFO kablam! error: Could not compile `raur`. Oct 21 18:30:42.812 INFO kablam! Oct 21 18:30:42.812 INFO kablam! To learn more, run the command again with --verbose. Oct 21 18:30:42.812 INFO kablam! su: No module specific data is present Oct 21 18:30:43.389 INFO running `"docker" "rm" "-f" "4198d6825f47e75fb96f8c2a910420f82b23adb6c731c6b2f8bcec42aa523a53"` Oct 21 18:30:43.680 INFO blam! 4198d6825f47e75fb96f8c2a910420f82b23adb6c731c6b2f8bcec42aa523a53