Oct 13 14:57:41.894 INFO checking generate-nix-pkg-0.3.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 14:57:41.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 14:57:42.312 INFO blam! d05bcad156d16824b8b9138dc0e41c1294b871b8d44db8c18a729d2cce77cd61 Oct 13 14:57:42.328 INFO running `"docker" "start" "-a" "d05bcad156d16824b8b9138dc0e41c1294b871b8d44db8c18a729d2cce77cd61"` Oct 13 14:57:44.192 INFO kablam! usermod: no changes Oct 13 14:57:44.362 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 13 14:57:44.368 INFO kablam! Checking toml v0.3.2 Oct 13 14:57:47.669 INFO kablam! Checking rusqlite v0.12.0 Oct 13 14:57:49.160 INFO kablam! Checking generate-nix-pkg v0.3.0 (/source) Oct 13 14:57:53.528 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 13 14:57:53.528 INFO kablam! --> src/main.rs:98:26 Oct 13 14:57:53.528 INFO kablam! | Oct 13 14:57:53.528 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 13 14:57:53.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 14:57:53.528 INFO kablam! | Oct 13 14:57:53.528 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 14:57:53.528 INFO kablam! Oct 13 14:57:53.904 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 13 14:57:53.905 INFO kablam! --> src/main.rs:98:26 Oct 13 14:57:53.905 INFO kablam! | Oct 13 14:57:53.905 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 13 14:57:53.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 14:57:53.906 INFO kablam! | Oct 13 14:57:53.906 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 14:57:53.907 INFO kablam! Oct 13 14:57:54.456 INFO kablam! warning: unused variable: `cond` Oct 13 14:57:54.456 INFO kablam! --> src/main.rs:83:20 Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! 83 | let (mut deps, cond) = { Oct 13 14:57:54.456 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 14:57:54.456 INFO kablam! Oct 13 14:57:54.456 INFO kablam! warning: unused variable: `build_implied` Oct 13 14:57:54.456 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 13 14:57:54.456 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 13 14:57:54.456 INFO kablam! Oct 13 14:57:54.456 INFO kablam! warning: unused variable: `implied` Oct 13 14:57:54.456 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 13 14:57:54.456 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 13 14:57:54.456 INFO kablam! Oct 13 14:57:54.456 INFO kablam! warning: value assigned to `is_first` is never read Oct 13 14:57:54.456 INFO kablam! --> src/krate/mod.rs:156:13 Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! 156 | is_first = false; Oct 13 14:57:54.456 INFO kablam! | ^^^^^^^^ Oct 13 14:57:54.456 INFO kablam! | Oct 13 14:57:54.456 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 14:57:54.456 INFO kablam! Oct 13 14:57:54.664 INFO kablam! warning: variable does not need to be mutable Oct 13 14:57:54.665 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 13 14:57:54.665 INFO kablam! | Oct 13 14:57:54.665 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 13 14:57:54.666 INFO kablam! | ----^^^^^^ Oct 13 14:57:54.666 INFO kablam! | | Oct 13 14:57:54.666 INFO kablam! | help: remove this `mut` Oct 13 14:57:54.666 INFO kablam! | Oct 13 14:57:54.667 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 14:57:54.667 INFO kablam! Oct 13 14:57:54.684 INFO kablam! warning: variable does not need to be mutable Oct 13 14:57:54.684 INFO kablam! --> src/cfg.rs:40:14 Oct 13 14:57:54.684 INFO kablam! | Oct 13 14:57:54.684 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 13 14:57:54.684 INFO kablam! | ----^ Oct 13 14:57:54.684 INFO kablam! | | Oct 13 14:57:54.684 INFO kablam! | help: remove this `mut` Oct 13 14:57:54.684 INFO kablam! Oct 13 14:57:54.944 INFO kablam! warning: unused variable: `cond` Oct 13 14:57:54.944 INFO kablam! --> src/main.rs:83:20 Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! 83 | let (mut deps, cond) = { Oct 13 14:57:54.944 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 14:57:54.944 INFO kablam! Oct 13 14:57:54.944 INFO kablam! warning: unused variable: `i` Oct 13 14:57:54.944 INFO kablam! --> src/cfg.rs:121:30 Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Oct 13 14:57:54.944 INFO kablam! | ^ help: consider using `_i` instead Oct 13 14:57:54.944 INFO kablam! Oct 13 14:57:54.944 INFO kablam! warning: unused variable: `build_implied` Oct 13 14:57:54.944 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 13 14:57:54.944 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 13 14:57:54.944 INFO kablam! Oct 13 14:57:54.944 INFO kablam! warning: unused variable: `implied` Oct 13 14:57:54.944 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 13 14:57:54.944 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 13 14:57:54.944 INFO kablam! Oct 13 14:57:54.944 INFO kablam! warning: value assigned to `is_first` is never read Oct 13 14:57:54.944 INFO kablam! --> src/krate/mod.rs:156:13 Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! 156 | is_first = false; Oct 13 14:57:54.944 INFO kablam! | ^^^^^^^^ Oct 13 14:57:54.944 INFO kablam! | Oct 13 14:57:54.944 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 14:57:54.944 INFO kablam! Oct 13 14:57:55.152 INFO kablam! warning: variable does not need to be mutable Oct 13 14:57:55.153 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 13 14:57:55.153 INFO kablam! | Oct 13 14:57:55.153 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 13 14:57:55.153 INFO kablam! | ----^^^^^^ Oct 13 14:57:55.153 INFO kablam! | | Oct 13 14:57:55.153 INFO kablam! | help: remove this `mut` Oct 13 14:57:55.154 INFO kablam! | Oct 13 14:57:55.154 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 14:57:55.154 INFO kablam! Oct 13 14:57:55.184 INFO kablam! warning: variable does not need to be mutable Oct 13 14:57:55.184 INFO kablam! --> src/cfg.rs:40:14 Oct 13 14:57:55.184 INFO kablam! | Oct 13 14:57:55.184 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 13 14:57:55.184 INFO kablam! | ----^ Oct 13 14:57:55.184 INFO kablam! | | Oct 13 14:57:55.184 INFO kablam! | help: remove this `mut` Oct 13 14:57:55.184 INFO kablam! Oct 13 14:57:55.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.12s Oct 13 14:57:55.339 INFO kablam! su: No module specific data is present Oct 13 14:57:55.876 INFO running `"docker" "rm" "-f" "d05bcad156d16824b8b9138dc0e41c1294b871b8d44db8c18a729d2cce77cd61"` Oct 13 14:57:56.134 INFO blam! d05bcad156d16824b8b9138dc0e41c1294b871b8d44db8c18a729d2cce77cd61