Sep 04 16:58:30.582 INFO checking generate-nix-pkg-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 16:58:30.582 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 16:58:30.582 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:58:30.811 INFO blam! 7d194dd7e5dac39c04b2be3451b23fde1c4a8a3855554b02d987804b28f8cedb Sep 04 16:58:30.813 INFO running `"docker" "start" "-a" "7d194dd7e5dac39c04b2be3451b23fde1c4a8a3855554b02d987804b28f8cedb"` Sep 04 16:58:31.603 INFO kablam! Checking rusqlite v0.12.0 Sep 04 16:58:33.328 INFO kablam! Checking generate-nix-pkg v0.3.0 (file:///source) Sep 04 16:58:35.524 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 04 16:58:35.524 INFO kablam! --> src/main.rs:98:26 Sep 04 16:58:35.524 INFO kablam! | Sep 04 16:58:35.525 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Sep 04 16:58:35.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 16:58:35.525 INFO kablam! | Sep 04 16:58:35.525 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:58:35.525 INFO kablam! Sep 04 16:58:35.585 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 04 16:58:35.585 INFO kablam! --> src/main.rs:98:26 Sep 04 16:58:35.585 INFO kablam! | Sep 04 16:58:35.585 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Sep 04 16:58:35.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 16:58:35.585 INFO kablam! | Sep 04 16:58:35.585 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:58:35.585 INFO kablam! Sep 04 16:58:36.793 INFO kablam! warning: unused variable: `i` Sep 04 16:58:36.793 INFO kablam! --> src/cfg.rs:121:30 Sep 04 16:58:36.794 INFO kablam! | Sep 04 16:58:36.794 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Sep 04 16:58:36.794 INFO kablam! | ^ help: consider using `_i` instead Sep 04 16:58:36.794 INFO kablam! | Sep 04 16:58:36.794 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 16:58:36.794 INFO kablam! Sep 04 16:58:36.794 INFO kablam! warning: unused variable: `cond` Sep 04 16:58:36.794 INFO kablam! --> src/main.rs:83:20 Sep 04 16:58:36.794 INFO kablam! | Sep 04 16:58:36.795 INFO kablam! 83 | let (mut deps, cond) = { Sep 04 16:58:36.795 INFO kablam! | ^^^^ help: consider using `_cond` instead Sep 04 16:58:36.795 INFO kablam! Sep 04 16:58:36.797 INFO kablam! warning: unused variable: `build_implied` Sep 04 16:58:36.798 INFO kablam! --> src/krate/prefetch.rs:28:34 Sep 04 16:58:36.798 INFO kablam! | Sep 04 16:58:36.798 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Sep 04 16:58:36.798 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Sep 04 16:58:36.798 INFO kablam! Sep 04 16:58:36.798 INFO kablam! warning: unused variable: `implied` Sep 04 16:58:36.798 INFO kablam! --> src/krate/prefetch.rs:41:36 Sep 04 16:58:36.798 INFO kablam! | Sep 04 16:58:36.798 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Sep 04 16:58:36.798 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Sep 04 16:58:36.798 INFO kablam! Sep 04 16:58:36.802 INFO kablam! warning: value assigned to `is_first` is never read Sep 04 16:58:36.802 INFO kablam! --> src/krate/mod.rs:156:13 Sep 04 16:58:36.802 INFO kablam! | Sep 04 16:58:36.802 INFO kablam! 156 | is_first = false; Sep 04 16:58:36.802 INFO kablam! | ^^^^^^^^ Sep 04 16:58:36.802 INFO kablam! | Sep 04 16:58:36.802 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 16:58:36.802 INFO kablam! Sep 04 16:58:36.860 INFO kablam! warning: unused variable: `cond` Sep 04 16:58:36.860 INFO kablam! --> src/main.rs:83:20 Sep 04 16:58:36.860 INFO kablam! | Sep 04 16:58:36.861 INFO kablam! 83 | let (mut deps, cond) = { Sep 04 16:58:36.861 INFO kablam! | ^^^^ help: consider using `_cond` instead Sep 04 16:58:36.861 INFO kablam! | Sep 04 16:58:36.861 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 16:58:36.861 INFO kablam! Sep 04 16:58:36.866 INFO kablam! warning: unused variable: `build_implied` Sep 04 16:58:36.866 INFO kablam! --> src/krate/prefetch.rs:28:34 Sep 04 16:58:36.866 INFO kablam! | Sep 04 16:58:36.866 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Sep 04 16:58:36.866 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Sep 04 16:58:36.866 INFO kablam! Sep 04 16:58:36.866 INFO kablam! warning: unused variable: `implied` Sep 04 16:58:36.866 INFO kablam! --> src/krate/prefetch.rs:41:36 Sep 04 16:58:36.866 INFO kablam! | Sep 04 16:58:36.866 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Sep 04 16:58:36.866 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Sep 04 16:58:36.866 INFO kablam! Sep 04 16:58:36.866 INFO kablam! warning: value assigned to `is_first` is never read Sep 04 16:58:36.867 INFO kablam! --> src/krate/mod.rs:156:13 Sep 04 16:58:36.867 INFO kablam! | Sep 04 16:58:36.867 INFO kablam! 156 | is_first = false; Sep 04 16:58:36.867 INFO kablam! | ^^^^^^^^ Sep 04 16:58:36.867 INFO kablam! | Sep 04 16:58:36.867 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 16:58:36.867 INFO kablam! Sep 04 16:58:37.224 INFO kablam! warning: variable does not need to be mutable Sep 04 16:58:37.224 INFO kablam! --> src/krate/prefetch.rs:32:21 Sep 04 16:58:37.224 INFO kablam! | Sep 04 16:58:37.224 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Sep 04 16:58:37.224 INFO kablam! | ----^^^^^^ Sep 04 16:58:37.224 INFO kablam! | | Sep 04 16:58:37.224 INFO kablam! | help: remove this `mut` Sep 04 16:58:37.224 INFO kablam! | Sep 04 16:58:37.224 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 16:58:37.224 INFO kablam! Sep 04 16:58:37.226 INFO kablam! warning: variable does not need to be mutable Sep 04 16:58:37.227 INFO kablam! --> src/krate/prefetch.rs:32:21 Sep 04 16:58:37.227 INFO kablam! | Sep 04 16:58:37.227 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Sep 04 16:58:37.227 INFO kablam! | ----^^^^^^ Sep 04 16:58:37.227 INFO kablam! | | Sep 04 16:58:37.227 INFO kablam! | help: remove this `mut` Sep 04 16:58:37.227 INFO kablam! | Sep 04 16:58:37.227 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 16:58:37.227 INFO kablam! Sep 04 16:58:37.255 INFO kablam! warning: variable does not need to be mutable Sep 04 16:58:37.255 INFO kablam! --> src/cfg.rs:40:14 Sep 04 16:58:37.255 INFO kablam! | Sep 04 16:58:37.255 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Sep 04 16:58:37.255 INFO kablam! | ----^ Sep 04 16:58:37.255 INFO kablam! | | Sep 04 16:58:37.255 INFO kablam! | help: remove this `mut` Sep 04 16:58:37.255 INFO kablam! Sep 04 16:58:37.262 INFO kablam! warning: variable does not need to be mutable Sep 04 16:58:37.263 INFO kablam! --> src/cfg.rs:40:14 Sep 04 16:58:37.263 INFO kablam! | Sep 04 16:58:37.263 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Sep 04 16:58:37.263 INFO kablam! | ----^ Sep 04 16:58:37.263 INFO kablam! | | Sep 04 16:58:37.263 INFO kablam! | help: remove this `mut` Sep 04 16:58:37.263 INFO kablam! Sep 04 16:58:37.504 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.06s Sep 04 16:58:37.514 INFO kablam! su: No module specific data is present Sep 04 16:58:37.983 INFO running `"docker" "rm" "-f" "7d194dd7e5dac39c04b2be3451b23fde1c4a8a3855554b02d987804b28f8cedb"` Sep 04 16:58:38.115 INFO blam! 7d194dd7e5dac39c04b2be3451b23fde1c4a8a3855554b02d987804b28f8cedb