Sep 14 16:11:56.392 INFO checking generate-nix-pkg-0.3.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:11:56.392 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:11:56.392 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:11:56.761 INFO blam! 26e774b39fbe2496a351a996cdd55bbef248ef504a8419654ad2dd236beaa988 Sep 14 16:11:56.775 INFO running `"docker" "start" "-a" "26e774b39fbe2496a351a996cdd55bbef248ef504a8419654ad2dd236beaa988"` Sep 14 16:11:57.903 INFO kablam! usermod: no changes Sep 14 16:11:58.150 INFO kablam! Compiling libsqlite3-sys v0.8.1 Sep 14 16:11:59.943 INFO kablam! Checking rusqlite v0.12.0 Sep 14 16:12:00.773 INFO kablam! Checking generate-nix-pkg v0.3.0 (file:///source) Sep 14 16:12:01.729 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. Sep 14 16:12:01.729 INFO kablam! --> src/main.rs:98:26 Sep 14 16:12:01.729 INFO kablam! | Sep 14 16:12:01.729 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Sep 14 16:12:01.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 16:12:01.729 INFO kablam! | Sep 14 16:12:01.729 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 16:12:01.729 INFO kablam! Sep 14 16:12:01.803 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. Sep 14 16:12:01.803 INFO kablam! --> src/main.rs:98:26 Sep 14 16:12:01.803 INFO kablam! | Sep 14 16:12:01.803 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Sep 14 16:12:01.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 16:12:01.803 INFO kablam! | Sep 14 16:12:01.803 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 16:12:01.803 INFO kablam! Sep 14 16:12:02.424 INFO kablam! warning: unused variable: `cond` Sep 14 16:12:02.424 INFO kablam! --> src/main.rs:83:20 Sep 14 16:12:02.424 INFO kablam! | Sep 14 16:12:02.424 INFO kablam! 83 | let (mut deps, cond) = { Sep 14 16:12:02.424 INFO kablam! | ^^^^ help: consider using `_cond` instead Sep 14 16:12:02.424 INFO kablam! | Sep 14 16:12:02.424 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:12:02.424 INFO kablam! Sep 14 16:12:02.426 INFO kablam! warning: unused variable: `build_implied` Sep 14 16:12:02.426 INFO kablam! --> src/krate/prefetch.rs:28:34 Sep 14 16:12:02.426 INFO kablam! | Sep 14 16:12:02.426 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Sep 14 16:12:02.426 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Sep 14 16:12:02.426 INFO kablam! Sep 14 16:12:02.426 INFO kablam! warning: unused variable: `implied` Sep 14 16:12:02.426 INFO kablam! --> src/krate/prefetch.rs:41:36 Sep 14 16:12:02.426 INFO kablam! | Sep 14 16:12:02.426 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Sep 14 16:12:02.426 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Sep 14 16:12:02.426 INFO kablam! Sep 14 16:12:02.426 INFO kablam! warning: value assigned to `is_first` is never read Sep 14 16:12:02.426 INFO kablam! --> src/krate/mod.rs:156:13 Sep 14 16:12:02.426 INFO kablam! | Sep 14 16:12:02.426 INFO kablam! 156 | is_first = false; Sep 14 16:12:02.426 INFO kablam! | ^^^^^^^^ Sep 14 16:12:02.426 INFO kablam! | Sep 14 16:12:02.426 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 16:12:02.426 INFO kablam! Sep 14 16:12:02.513 INFO kablam! warning: unused variable: `cond` Sep 14 16:12:02.513 INFO kablam! --> src/main.rs:83:20 Sep 14 16:12:02.513 INFO kablam! | Sep 14 16:12:02.513 INFO kablam! 83 | let (mut deps, cond) = { Sep 14 16:12:02.513 INFO kablam! | ^^^^ help: consider using `_cond` instead Sep 14 16:12:02.513 INFO kablam! | Sep 14 16:12:02.513 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:12:02.513 INFO kablam! Sep 14 16:12:02.515 INFO kablam! warning: unused variable: `i` Sep 14 16:12:02.515 INFO kablam! --> src/cfg.rs:121:30 Sep 14 16:12:02.515 INFO kablam! | Sep 14 16:12:02.515 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Sep 14 16:12:02.515 INFO kablam! | ^ help: consider using `_i` instead Sep 14 16:12:02.515 INFO kablam! Sep 14 16:12:02.515 INFO kablam! warning: unused variable: `build_implied` Sep 14 16:12:02.515 INFO kablam! --> src/krate/prefetch.rs:28:34 Sep 14 16:12:02.515 INFO kablam! | Sep 14 16:12:02.515 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Sep 14 16:12:02.515 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Sep 14 16:12:02.515 INFO kablam! Sep 14 16:12:02.515 INFO kablam! warning: unused variable: `implied` Sep 14 16:12:02.515 INFO kablam! --> src/krate/prefetch.rs:41:36 Sep 14 16:12:02.515 INFO kablam! | Sep 14 16:12:02.515 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Sep 14 16:12:02.515 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Sep 14 16:12:02.515 INFO kablam! Sep 14 16:12:02.516 INFO kablam! warning: value assigned to `is_first` is never read Sep 14 16:12:02.516 INFO kablam! --> src/krate/mod.rs:156:13 Sep 14 16:12:02.516 INFO kablam! | Sep 14 16:12:02.516 INFO kablam! 156 | is_first = false; Sep 14 16:12:02.516 INFO kablam! | ^^^^^^^^ Sep 14 16:12:02.516 INFO kablam! | Sep 14 16:12:02.516 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 16:12:02.516 INFO kablam! Sep 14 16:12:02.610 INFO kablam! warning: variable does not need to be mutable Sep 14 16:12:02.610 INFO kablam! --> src/krate/prefetch.rs:32:21 Sep 14 16:12:02.610 INFO kablam! | Sep 14 16:12:02.610 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Sep 14 16:12:02.610 INFO kablam! | ----^^^^^^ Sep 14 16:12:02.610 INFO kablam! | | Sep 14 16:12:02.610 INFO kablam! | help: remove this `mut` Sep 14 16:12:02.610 INFO kablam! | Sep 14 16:12:02.610 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:12:02.610 INFO kablam! Sep 14 16:12:02.627 INFO kablam! warning: variable does not need to be mutable Sep 14 16:12:02.627 INFO kablam! --> src/cfg.rs:40:14 Sep 14 16:12:02.627 INFO kablam! | Sep 14 16:12:02.627 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Sep 14 16:12:02.628 INFO kablam! | ----^ Sep 14 16:12:02.628 INFO kablam! | | Sep 14 16:12:02.628 INFO kablam! | help: remove this `mut` Sep 14 16:12:02.628 INFO kablam! Sep 14 16:12:02.663 INFO kablam! warning: variable does not need to be mutable Sep 14 16:12:02.663 INFO kablam! --> src/krate/prefetch.rs:32:21 Sep 14 16:12:02.663 INFO kablam! | Sep 14 16:12:02.663 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Sep 14 16:12:02.663 INFO kablam! | ----^^^^^^ Sep 14 16:12:02.663 INFO kablam! | | Sep 14 16:12:02.663 INFO kablam! | help: remove this `mut` Sep 14 16:12:02.663 INFO kablam! | Sep 14 16:12:02.663 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:12:02.663 INFO kablam! Sep 14 16:12:02.676 INFO kablam! warning: variable does not need to be mutable Sep 14 16:12:02.676 INFO kablam! --> src/cfg.rs:40:14 Sep 14 16:12:02.676 INFO kablam! | Sep 14 16:12:02.676 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Sep 14 16:12:02.676 INFO kablam! | ----^ Sep 14 16:12:02.676 INFO kablam! | | Sep 14 16:12:02.676 INFO kablam! | help: remove this `mut` Sep 14 16:12:02.676 INFO kablam! Sep 14 16:12:02.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.85s Sep 14 16:12:02.789 INFO kablam! su: No module specific data is present Sep 14 16:12:03.318 INFO running `"docker" "rm" "-f" "26e774b39fbe2496a351a996cdd55bbef248ef504a8419654ad2dd236beaa988"` Sep 14 16:12:03.410 INFO blam! 26e774b39fbe2496a351a996cdd55bbef248ef504a8419654ad2dd236beaa988