Oct 11 22:49:21.917 INFO testing generate-nix-pkg-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 22:49:21.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 11 22:49:22.386 INFO blam! 0ed4ff47035b2c173f1c9f5c8c0a708fc21898254b2c4675843799e3dbaa7e0c Oct 11 22:49:22.388 INFO running `"docker" "start" "-a" "0ed4ff47035b2c173f1c9f5c8c0a708fc21898254b2c4675843799e3dbaa7e0c"` Oct 11 22:49:24.040 INFO kablam! usermod: no changes Oct 11 22:49:24.256 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 11 22:49:28.004 INFO kablam! Compiling rusqlite v0.12.0 Oct 11 22:49:31.440 INFO kablam! Compiling generate-nix-pkg v0.3.0 (/source) Oct 11 22:49:35.973 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 11 22:49:35.973 INFO kablam! --> src/main.rs:98:26 Oct 11 22:49:35.973 INFO kablam! | Oct 11 22:49:35.974 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 11 22:49:35.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:49:35.974 INFO kablam! | Oct 11 22:49:35.974 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:49:35.975 INFO kablam! Oct 11 22:49:36.932 INFO kablam! warning: unused variable: `cond` Oct 11 22:49:36.932 INFO kablam! --> src/main.rs:83:20 Oct 11 22:49:36.932 INFO kablam! | Oct 11 22:49:36.932 INFO kablam! 83 | let (mut deps, cond) = { Oct 11 22:49:36.932 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 11 22:49:36.932 INFO kablam! | Oct 11 22:49:36.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:49:36.932 INFO kablam! Oct 11 22:49:36.944 INFO kablam! warning: unused variable: `build_implied` Oct 11 22:49:36.944 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 11 22:49:36.944 INFO kablam! | Oct 11 22:49:36.944 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 11 22:49:36.944 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 11 22:49:36.944 INFO kablam! Oct 11 22:49:36.944 INFO kablam! warning: unused variable: `implied` Oct 11 22:49:36.944 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 11 22:49:36.944 INFO kablam! | Oct 11 22:49:36.944 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 11 22:49:36.944 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 11 22:49:36.944 INFO kablam! Oct 11 22:49:36.944 INFO kablam! warning: value assigned to `is_first` is never read Oct 11 22:49:36.944 INFO kablam! --> src/krate/mod.rs:156:13 Oct 11 22:49:36.944 INFO kablam! | Oct 11 22:49:36.944 INFO kablam! 156 | is_first = false; Oct 11 22:49:36.944 INFO kablam! | ^^^^^^^^ Oct 11 22:49:36.944 INFO kablam! | Oct 11 22:49:36.944 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 22:49:36.944 INFO kablam! Oct 11 22:49:37.136 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:37.136 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 11 22:49:37.136 INFO kablam! | Oct 11 22:49:37.136 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 11 22:49:37.136 INFO kablam! | ----^^^^^^ Oct 11 22:49:37.136 INFO kablam! | | Oct 11 22:49:37.136 INFO kablam! | help: remove this `mut` Oct 11 22:49:37.136 INFO kablam! | Oct 11 22:49:37.136 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:49:37.136 INFO kablam! Oct 11 22:49:37.156 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:37.156 INFO kablam! --> src/cfg.rs:40:14 Oct 11 22:49:37.156 INFO kablam! | Oct 11 22:49:37.156 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 11 22:49:37.156 INFO kablam! | ----^ Oct 11 22:49:37.156 INFO kablam! | | Oct 11 22:49:37.156 INFO kablam! | help: remove this `mut` Oct 11 22:49:37.156 INFO kablam! Oct 11 22:49:42.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.88s Oct 11 22:49:42.969 INFO kablam! su: No module specific data is present Oct 11 22:49:44.048 INFO running `"docker" "rm" "-f" "0ed4ff47035b2c173f1c9f5c8c0a708fc21898254b2c4675843799e3dbaa7e0c"` Oct 11 22:49:44.298 INFO blam! 0ed4ff47035b2c173f1c9f5c8c0a708fc21898254b2c4675843799e3dbaa7e0c Oct 11 22:49:44.300 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 11 22:49:44.869 INFO blam! ddf536355dec89130cffd779150e7325261d41706c168f39d519ca758a366396 Oct 11 22:49:44.878 INFO running `"docker" "start" "-a" "ddf536355dec89130cffd779150e7325261d41706c168f39d519ca758a366396"` Oct 11 22:49:46.062 INFO kablam! usermod: no changes Oct 11 22:49:46.338 INFO kablam! Compiling generate-nix-pkg v0.3.0 (/source) Oct 11 22:49:51.229 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 11 22:49:51.229 INFO kablam! --> src/main.rs:98:26 Oct 11 22:49:51.229 INFO kablam! | Oct 11 22:49:51.230 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 11 22:49:51.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:49:51.230 INFO kablam! | Oct 11 22:49:51.231 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:49:51.231 INFO kablam! Oct 11 22:49:52.195 INFO kablam! warning: unused variable: `cond` Oct 11 22:49:52.196 INFO kablam! --> src/main.rs:83:20 Oct 11 22:49:52.197 INFO kablam! | Oct 11 22:49:52.197 INFO kablam! 83 | let (mut deps, cond) = { Oct 11 22:49:52.197 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 11 22:49:52.197 INFO kablam! | Oct 11 22:49:52.197 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:49:52.197 INFO kablam! Oct 11 22:49:52.197 INFO kablam! warning: unused variable: `i` Oct 11 22:49:52.197 INFO kablam! --> src/cfg.rs:121:30 Oct 11 22:49:52.197 INFO kablam! | Oct 11 22:49:52.197 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Oct 11 22:49:52.197 INFO kablam! | ^ help: consider using `_i` instead Oct 11 22:49:52.197 INFO kablam! Oct 11 22:49:52.199 INFO kablam! warning: unused variable: `build_implied` Oct 11 22:49:52.199 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 11 22:49:52.199 INFO kablam! | Oct 11 22:49:52.199 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 11 22:49:52.199 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 11 22:49:52.199 INFO kablam! Oct 11 22:49:52.199 INFO kablam! warning: unused variable: `implied` Oct 11 22:49:52.200 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 11 22:49:52.200 INFO kablam! | Oct 11 22:49:52.200 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 11 22:49:52.200 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 11 22:49:52.200 INFO kablam! Oct 11 22:49:52.200 INFO kablam! warning: value assigned to `is_first` is never read Oct 11 22:49:52.204 INFO kablam! --> src/krate/mod.rs:156:13 Oct 11 22:49:52.204 INFO kablam! | Oct 11 22:49:52.204 INFO kablam! 156 | is_first = false; Oct 11 22:49:52.204 INFO kablam! | ^^^^^^^^ Oct 11 22:49:52.204 INFO kablam! | Oct 11 22:49:52.204 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 22:49:52.204 INFO kablam! Oct 11 22:49:52.404 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:52.404 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 11 22:49:52.404 INFO kablam! | Oct 11 22:49:52.404 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 11 22:49:52.404 INFO kablam! | ----^^^^^^ Oct 11 22:49:52.404 INFO kablam! | | Oct 11 22:49:52.404 INFO kablam! | help: remove this `mut` Oct 11 22:49:52.404 INFO kablam! | Oct 11 22:49:52.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:49:52.404 INFO kablam! Oct 11 22:49:52.428 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:52.428 INFO kablam! --> src/cfg.rs:40:14 Oct 11 22:49:52.428 INFO kablam! | Oct 11 22:49:52.428 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 11 22:49:52.428 INFO kablam! | ----^ Oct 11 22:49:52.428 INFO kablam! | | Oct 11 22:49:52.428 INFO kablam! | help: remove this `mut` Oct 11 22:49:52.428 INFO kablam! Oct 11 22:49:54.361 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.24s Oct 11 22:49:54.370 INFO kablam! su: No module specific data is present Oct 11 22:49:55.428 INFO running `"docker" "rm" "-f" "ddf536355dec89130cffd779150e7325261d41706c168f39d519ca758a366396"` Oct 11 22:49:55.736 INFO blam! ddf536355dec89130cffd779150e7325261d41706c168f39d519ca758a366396 Oct 11 22:49:55.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 11 22:49:56.175 INFO blam! a3807a72c46f3a0b6c5d1f65282fe72ae6dedc2a2d1c744852bd7ec51398b3c7 Oct 11 22:49:56.176 INFO running `"docker" "start" "-a" "a3807a72c46f3a0b6c5d1f65282fe72ae6dedc2a2d1c744852bd7ec51398b3c7"` Oct 11 22:49:57.524 INFO kablam! usermod: no changes Oct 11 22:49:57.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 22:49:57.684 INFO kablam! Running /target/debug/deps/generate_nix_pkg-74f1dc8804780582 Oct 11 22:49:57.692 INFO blam! Oct 11 22:49:57.693 INFO blam! running 1 test Oct 11 22:49:57.696 INFO blam! test cfg::test_cfg ... ok Oct 11 22:49:57.697 INFO kablam! su: No module specific data is present Oct 11 22:49:57.697 INFO blam! Oct 11 22:49:57.697 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:49:57.697 INFO blam! Oct 11 22:49:58.454 INFO running `"docker" "rm" "-f" "a3807a72c46f3a0b6c5d1f65282fe72ae6dedc2a2d1c744852bd7ec51398b3c7"` Oct 11 22:49:58.742 INFO blam! a3807a72c46f3a0b6c5d1f65282fe72ae6dedc2a2d1c744852bd7ec51398b3c7