Oct 27 22:03:03.888 INFO checking generate-nix-pkg-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:03:03.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 27 22:03:04.272 INFO blam! ae0fb626dbabc1e883b0340981c1c33ecdd157bc9195d23778b4c16697ce61db Oct 27 22:03:04.275 INFO running `"docker" "start" "-a" "ae0fb626dbabc1e883b0340981c1c33ecdd157bc9195d23778b4c16697ce61db"` Oct 27 22:03:05.686 INFO kablam! usermod: no changes Oct 27 22:03:05.854 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 27 22:03:05.857 INFO kablam! Checking toml v0.3.2 Oct 27 22:03:09.423 INFO kablam! Checking rusqlite v0.12.0 Oct 27 22:03:10.963 INFO kablam! Checking generate-nix-pkg v0.3.0 (/source) Oct 27 22:03:13.913 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 27 22:03:13.913 INFO kablam! --> src/main.rs:98:26 Oct 27 22:03:13.913 INFO kablam! | Oct 27 22:03:13.913 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 27 22:03:13.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 22:03:13.913 INFO kablam! | Oct 27 22:03:13.913 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:03:13.913 INFO kablam! Oct 27 22:03:14.299 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 27 22:03:14.300 INFO kablam! --> src/main.rs:98:26 Oct 27 22:03:14.300 INFO kablam! | Oct 27 22:03:14.300 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 27 22:03:14.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 22:03:14.301 INFO kablam! | Oct 27 22:03:14.301 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:03:14.301 INFO kablam! Oct 27 22:03:14.735 INFO kablam! warning: unused variable: `cond` Oct 27 22:03:14.735 INFO kablam! --> src/main.rs:83:20 Oct 27 22:03:14.735 INFO kablam! | Oct 27 22:03:14.735 INFO kablam! 83 | let (mut deps, cond) = { Oct 27 22:03:14.735 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 27 22:03:14.735 INFO kablam! | Oct 27 22:03:14.735 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:03:14.735 INFO kablam! Oct 27 22:03:14.743 INFO kablam! warning: unused variable: `build_implied` Oct 27 22:03:14.743 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 27 22:03:14.743 INFO kablam! | Oct 27 22:03:14.743 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 27 22:03:14.743 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 27 22:03:14.743 INFO kablam! Oct 27 22:03:14.743 INFO kablam! warning: unused variable: `implied` Oct 27 22:03:14.743 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 27 22:03:14.743 INFO kablam! | Oct 27 22:03:14.743 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 27 22:03:14.743 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 27 22:03:14.743 INFO kablam! Oct 27 22:03:14.743 INFO kablam! warning: value assigned to `is_first` is never read Oct 27 22:03:14.743 INFO kablam! --> src/krate/mod.rs:156:13 Oct 27 22:03:14.743 INFO kablam! | Oct 27 22:03:14.743 INFO kablam! 156 | is_first = false; Oct 27 22:03:14.743 INFO kablam! | ^^^^^^^^ Oct 27 22:03:14.743 INFO kablam! | Oct 27 22:03:14.743 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 22:03:14.743 INFO kablam! Oct 27 22:03:14.971 INFO kablam! warning: variable does not need to be mutable Oct 27 22:03:14.971 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 27 22:03:14.971 INFO kablam! | Oct 27 22:03:14.971 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 27 22:03:14.971 INFO kablam! | ----^^^^^^ Oct 27 22:03:14.971 INFO kablam! | | Oct 27 22:03:14.971 INFO kablam! | help: remove this `mut` Oct 27 22:03:14.971 INFO kablam! | Oct 27 22:03:14.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:03:14.971 INFO kablam! Oct 27 22:03:14.991 INFO kablam! warning: variable does not need to be mutable Oct 27 22:03:14.991 INFO kablam! --> src/cfg.rs:40:14 Oct 27 22:03:14.991 INFO kablam! | Oct 27 22:03:14.991 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 27 22:03:14.991 INFO kablam! | ----^ Oct 27 22:03:14.991 INFO kablam! | | Oct 27 22:03:14.991 INFO kablam! | help: remove this `mut` Oct 27 22:03:14.991 INFO kablam! Oct 27 22:03:15.063 INFO kablam! warning: unused variable: `cond` Oct 27 22:03:15.063 INFO kablam! --> src/main.rs:83:20 Oct 27 22:03:15.063 INFO kablam! | Oct 27 22:03:15.063 INFO kablam! 83 | let (mut deps, cond) = { Oct 27 22:03:15.063 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 27 22:03:15.063 INFO kablam! | Oct 27 22:03:15.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:03:15.063 INFO kablam! Oct 27 22:03:15.063 INFO kablam! warning: unused variable: `i` Oct 27 22:03:15.063 INFO kablam! --> src/cfg.rs:121:30 Oct 27 22:03:15.063 INFO kablam! | Oct 27 22:03:15.063 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Oct 27 22:03:15.063 INFO kablam! | ^ help: consider using `_i` instead Oct 27 22:03:15.063 INFO kablam! Oct 27 22:03:15.063 INFO kablam! warning: unused variable: `build_implied` Oct 27 22:03:15.063 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 27 22:03:15.063 INFO kablam! | Oct 27 22:03:15.063 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 27 22:03:15.063 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 27 22:03:15.063 INFO kablam! Oct 27 22:03:15.063 INFO kablam! warning: unused variable: `implied` Oct 27 22:03:15.063 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 27 22:03:15.063 INFO kablam! | Oct 27 22:03:15.063 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 27 22:03:15.063 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 27 22:03:15.063 INFO kablam! Oct 27 22:03:15.068 INFO kablam! warning: value assigned to `is_first` is never read Oct 27 22:03:15.068 INFO kablam! --> src/krate/mod.rs:156:13 Oct 27 22:03:15.068 INFO kablam! | Oct 27 22:03:15.068 INFO kablam! 156 | is_first = false; Oct 27 22:03:15.068 INFO kablam! | ^^^^^^^^ Oct 27 22:03:15.068 INFO kablam! | Oct 27 22:03:15.068 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 22:03:15.068 INFO kablam! Oct 27 22:03:15.271 INFO kablam! warning: variable does not need to be mutable Oct 27 22:03:15.271 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 27 22:03:15.271 INFO kablam! | Oct 27 22:03:15.271 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 27 22:03:15.271 INFO kablam! | ----^^^^^^ Oct 27 22:03:15.271 INFO kablam! | | Oct 27 22:03:15.271 INFO kablam! | help: remove this `mut` Oct 27 22:03:15.271 INFO kablam! | Oct 27 22:03:15.271 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:03:15.271 INFO kablam! Oct 27 22:03:15.283 INFO kablam! warning: variable does not need to be mutable Oct 27 22:03:15.283 INFO kablam! --> src/cfg.rs:40:14 Oct 27 22:03:15.283 INFO kablam! | Oct 27 22:03:15.283 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 27 22:03:15.283 INFO kablam! | ----^ Oct 27 22:03:15.283 INFO kablam! | | Oct 27 22:03:15.283 INFO kablam! | help: remove this `mut` Oct 27 22:03:15.283 INFO kablam! Oct 27 22:03:15.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.75s Oct 27 22:03:15.463 INFO kablam! su: No module specific data is present Oct 27 22:03:16.381 INFO running `"docker" "rm" "-f" "ae0fb626dbabc1e883b0340981c1c33ecdd157bc9195d23778b4c16697ce61db"` Oct 27 22:03:16.593 INFO blam! ae0fb626dbabc1e883b0340981c1c33ecdd157bc9195d23778b4c16697ce61db