Oct 22 03:03:14.493 INFO checking generate-nix-pkg-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:03:14.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 22 03:03:14.785 INFO blam! 7b82945d0602fa07ac40a7c278830a2fb76bb260704f7735271115833a298289 Oct 22 03:03:14.789 INFO running `"docker" "start" "-a" "7b82945d0602fa07ac40a7c278830a2fb76bb260704f7735271115833a298289"` Oct 22 03:03:15.664 INFO kablam! usermod: no changes Oct 22 03:03:15.856 INFO kablam! Checking toml v0.3.2 Oct 22 03:03:17.922 INFO kablam! Checking generate-nix-pkg v0.3.0 (/source) Oct 22 03:03:21.064 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 22 03:03:21.064 INFO kablam! --> src/main.rs:98:26 Oct 22 03:03:21.064 INFO kablam! | Oct 22 03:03:21.065 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 22 03:03:21.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 03:03:21.065 INFO kablam! | Oct 22 03:03:21.065 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:03:21.066 INFO kablam! Oct 22 03:03:21.147 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 22 03:03:21.148 INFO kablam! --> src/main.rs:98:26 Oct 22 03:03:21.148 INFO kablam! | Oct 22 03:03:21.148 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 22 03:03:21.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 03:03:21.148 INFO kablam! | Oct 22 03:03:21.149 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:03:21.149 INFO kablam! Oct 22 03:03:21.960 INFO kablam! warning: unused variable: `cond` Oct 22 03:03:21.961 INFO kablam! --> src/main.rs:83:20 Oct 22 03:03:21.961 INFO kablam! | Oct 22 03:03:21.961 INFO kablam! 83 | let (mut deps, cond) = { Oct 22 03:03:21.961 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 22 03:03:21.962 INFO kablam! | Oct 22 03:03:21.962 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 03:03:21.962 INFO kablam! Oct 22 03:03:21.962 INFO kablam! warning: unused variable: `build_implied` Oct 22 03:03:21.962 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 22 03:03:21.963 INFO kablam! | Oct 22 03:03:21.963 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 22 03:03:21.963 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 22 03:03:21.963 INFO kablam! Oct 22 03:03:21.963 INFO kablam! warning: unused variable: `implied` Oct 22 03:03:21.963 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 22 03:03:21.964 INFO kablam! | Oct 22 03:03:21.964 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 22 03:03:21.964 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 22 03:03:21.964 INFO kablam! Oct 22 03:03:21.964 INFO kablam! warning: value assigned to `is_first` is never read Oct 22 03:03:21.965 INFO kablam! --> src/krate/mod.rs:156:13 Oct 22 03:03:21.965 INFO kablam! | Oct 22 03:03:21.965 INFO kablam! 156 | is_first = false; Oct 22 03:03:21.965 INFO kablam! | ^^^^^^^^ Oct 22 03:03:21.965 INFO kablam! | Oct 22 03:03:21.965 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 22 03:03:21.966 INFO kablam! Oct 22 03:03:22.049 INFO kablam! warning: unused variable: `cond` Oct 22 03:03:22.049 INFO kablam! --> src/main.rs:83:20 Oct 22 03:03:22.049 INFO kablam! | Oct 22 03:03:22.050 INFO kablam! 83 | let (mut deps, cond) = { Oct 22 03:03:22.050 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 22 03:03:22.050 INFO kablam! | Oct 22 03:03:22.050 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 03:03:22.050 INFO kablam! Oct 22 03:03:22.052 INFO kablam! warning: unused variable: `i` Oct 22 03:03:22.052 INFO kablam! --> src/cfg.rs:121:30 Oct 22 03:03:22.052 INFO kablam! | Oct 22 03:03:22.052 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Oct 22 03:03:22.053 INFO kablam! | ^ help: consider using `_i` instead Oct 22 03:03:22.053 INFO kablam! Oct 22 03:03:22.053 INFO kablam! warning: unused variable: `build_implied` Oct 22 03:03:22.053 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 22 03:03:22.054 INFO kablam! | Oct 22 03:03:22.054 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 22 03:03:22.054 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 22 03:03:22.054 INFO kablam! Oct 22 03:03:22.054 INFO kablam! warning: unused variable: `implied` Oct 22 03:03:22.054 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 22 03:03:22.055 INFO kablam! | Oct 22 03:03:22.055 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 22 03:03:22.055 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 22 03:03:22.055 INFO kablam! Oct 22 03:03:22.055 INFO kablam! warning: value assigned to `is_first` is never read Oct 22 03:03:22.056 INFO kablam! --> src/krate/mod.rs:156:13 Oct 22 03:03:22.056 INFO kablam! | Oct 22 03:03:22.056 INFO kablam! 156 | is_first = false; Oct 22 03:03:22.056 INFO kablam! | ^^^^^^^^ Oct 22 03:03:22.056 INFO kablam! | Oct 22 03:03:22.056 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 22 03:03:22.057 INFO kablam! Oct 22 03:03:22.164 INFO kablam! warning: variable does not need to be mutable Oct 22 03:03:22.165 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 22 03:03:22.165 INFO kablam! | Oct 22 03:03:22.165 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 22 03:03:22.165 INFO kablam! | ----^^^^^^ Oct 22 03:03:22.165 INFO kablam! | | Oct 22 03:03:22.165 INFO kablam! | help: remove this `mut` Oct 22 03:03:22.166 INFO kablam! | Oct 22 03:03:22.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:03:22.166 INFO kablam! Oct 22 03:03:22.184 INFO kablam! warning: variable does not need to be mutable Oct 22 03:03:22.185 INFO kablam! --> src/cfg.rs:40:14 Oct 22 03:03:22.185 INFO kablam! | Oct 22 03:03:22.185 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 22 03:03:22.185 INFO kablam! | ----^ Oct 22 03:03:22.185 INFO kablam! | | Oct 22 03:03:22.186 INFO kablam! | help: remove this `mut` Oct 22 03:03:22.186 INFO kablam! Oct 22 03:03:22.380 INFO kablam! warning: variable does not need to be mutable Oct 22 03:03:22.380 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 22 03:03:22.380 INFO kablam! | Oct 22 03:03:22.380 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 22 03:03:22.380 INFO kablam! | ----^^^^^^ Oct 22 03:03:22.380 INFO kablam! | | Oct 22 03:03:22.380 INFO kablam! | help: remove this `mut` Oct 22 03:03:22.380 INFO kablam! | Oct 22 03:03:22.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:03:22.380 INFO kablam! Oct 22 03:03:22.398 INFO kablam! warning: variable does not need to be mutable Oct 22 03:03:22.399 INFO kablam! --> src/cfg.rs:40:14 Oct 22 03:03:22.399 INFO kablam! | Oct 22 03:03:22.399 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 22 03:03:22.399 INFO kablam! | ----^ Oct 22 03:03:22.400 INFO kablam! | | Oct 22 03:03:22.400 INFO kablam! | help: remove this `mut` Oct 22 03:03:22.400 INFO kablam! Oct 22 03:03:22.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.86s Oct 22 03:03:22.564 INFO kablam! su: No module specific data is present Oct 22 03:03:22.881 INFO running `"docker" "rm" "-f" "7b82945d0602fa07ac40a7c278830a2fb76bb260704f7735271115833a298289"` Oct 22 03:03:22.967 INFO blam! 7b82945d0602fa07ac40a7c278830a2fb76bb260704f7735271115833a298289