Oct 11 22:49:21.101 INFO testing generate-nix-pkg-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:49:21.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.482 INFO blam! fec48ba65106ecc6f5a11591f9f557914e2089c624008b867c83f76eb6330906 Oct 11 22:49:21.483 INFO running `"docker" "start" "-a" "fec48ba65106ecc6f5a11591f9f557914e2089c624008b867c83f76eb6330906"` Oct 11 22:49:22.716 INFO kablam! usermod: no changes Oct 11 22:49:22.884 INFO kablam! Compiling linked-hash-map v0.4.2 Oct 11 22:49:22.884 INFO kablam! Compiling serde v0.9.15 Oct 11 22:49:22.884 INFO kablam! Compiling itoa v0.3.4 Oct 11 22:49:22.896 INFO kablam! Compiling dtoa v0.4.3 Oct 11 22:49:22.898 INFO kablam! Compiling memchr v1.0.2 Oct 11 22:49:22.920 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 11 22:49:22.924 INFO kablam! Compiling syn v0.11.11 Oct 11 22:49:22.924 INFO kablam! Compiling error-chain v0.11.0 Oct 11 22:49:25.280 INFO kablam! Compiling nom v3.2.1 Oct 11 22:49:25.280 INFO kablam! Compiling lru-cache v0.1.1 Oct 11 22:49:28.663 INFO kablam! Compiling rusqlite v0.12.0 Oct 11 22:49:38.220 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 11 22:49:40.553 INFO kablam! Compiling serde_derive v0.9.15 Oct 11 22:49:46.378 INFO kablam! Compiling serde_json v0.9.10 Oct 11 22:49:46.378 INFO kablam! Compiling toml v0.3.2 Oct 11 22:49:53.048 INFO kablam! Compiling generate-nix-pkg v0.3.0 (/source) Oct 11 22:49:53.772 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:53.772 INFO kablam! --> src/main.rs:98:26 Oct 11 22:49:53.773 INFO kablam! | Oct 11 22:49:53.773 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 11 22:49:53.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:49:53.773 INFO kablam! | Oct 11 22:49:53.774 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:49:53.774 INFO kablam! Oct 11 22:49:54.761 INFO kablam! warning: unused variable: `cond` Oct 11 22:49:54.761 INFO kablam! --> src/main.rs:83:20 Oct 11 22:49:54.762 INFO kablam! | Oct 11 22:49:54.762 INFO kablam! 83 | let (mut deps, cond) = { Oct 11 22:49:54.762 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 11 22:49:54.762 INFO kablam! | Oct 11 22:49:54.763 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:49:54.763 INFO kablam! Oct 11 22:49:54.763 INFO kablam! warning: unused variable: `build_implied` Oct 11 22:49:54.764 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 11 22:49:54.764 INFO kablam! | Oct 11 22:49:54.764 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 11 22:49:54.765 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 11 22:49:54.765 INFO kablam! Oct 11 22:49:54.765 INFO kablam! warning: unused variable: `implied` Oct 11 22:49:54.766 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 11 22:49:54.766 INFO kablam! | Oct 11 22:49:54.766 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 11 22:49:54.767 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 11 22:49:54.767 INFO kablam! Oct 11 22:49:54.767 INFO kablam! warning: value assigned to `is_first` is never read Oct 11 22:49:54.768 INFO kablam! --> src/krate/mod.rs:156:13 Oct 11 22:49:54.768 INFO kablam! | Oct 11 22:49:54.768 INFO kablam! 156 | is_first = false; Oct 11 22:49:54.769 INFO kablam! | ^^^^^^^^ Oct 11 22:49:54.769 INFO kablam! | Oct 11 22:49:54.769 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 22:49:54.769 INFO kablam! Oct 11 22:49:54.968 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:54.968 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 11 22:49:54.968 INFO kablam! | Oct 11 22:49:54.968 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 11 22:49:54.968 INFO kablam! | ----^^^^^^ Oct 11 22:49:54.968 INFO kablam! | | Oct 11 22:49:54.968 INFO kablam! | help: remove this `mut` Oct 11 22:49:54.968 INFO kablam! | Oct 11 22:49:54.968 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:49:54.968 INFO kablam! Oct 11 22:49:54.988 INFO kablam! warning: variable does not need to be mutable Oct 11 22:49:54.988 INFO kablam! --> src/cfg.rs:40:14 Oct 11 22:49:54.988 INFO kablam! | Oct 11 22:49:54.988 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 11 22:49:54.988 INFO kablam! | ----^ Oct 11 22:49:54.988 INFO kablam! | | Oct 11 22:49:54.988 INFO kablam! | help: remove this `mut` Oct 11 22:49:54.988 INFO kablam! Oct 11 22:50:00.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.75s Oct 11 22:50:00.501 INFO kablam! su: No module specific data is present Oct 11 22:50:01.670 INFO running `"docker" "rm" "-f" "fec48ba65106ecc6f5a11591f9f557914e2089c624008b867c83f76eb6330906"` Oct 11 22:50:01.996 INFO blam! fec48ba65106ecc6f5a11591f9f557914e2089c624008b867c83f76eb6330906 Oct 11 22:50:02.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50:02.536 INFO blam! bffd490bd4e4c845cb16d61e8040e7908c325b49ad83e3c265e59fa41959bb1c Oct 11 22:50:02.549 INFO running `"docker" "start" "-a" "bffd490bd4e4c845cb16d61e8040e7908c325b49ad83e3c265e59fa41959bb1c"` Oct 11 22:50:03.830 INFO kablam! usermod: no changes Oct 11 22:50:04.132 INFO kablam! Compiling generate-nix-pkg v0.3.0 (/source) Oct 11 22:50:04.580 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:50:04.580 INFO kablam! --> src/main.rs:98:26 Oct 11 22:50:04.580 INFO kablam! | Oct 11 22:50:04.580 INFO kablam! 98 | let mut cache_path = std::env::home_dir().unwrap(); Oct 11 22:50:04.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:50:04.580 INFO kablam! | Oct 11 22:50:04.580 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:50:04.580 INFO kablam! Oct 11 22:50:05.404 INFO kablam! warning: unused variable: `cond` Oct 11 22:50:05.404 INFO kablam! --> src/main.rs:83:20 Oct 11 22:50:05.404 INFO kablam! | Oct 11 22:50:05.404 INFO kablam! 83 | let (mut deps, cond) = { Oct 11 22:50:05.404 INFO kablam! | ^^^^ help: consider using `_cond` instead Oct 11 22:50:05.404 INFO kablam! | Oct 11 22:50:05.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:50:05.405 INFO kablam! Oct 11 22:50:05.405 INFO kablam! warning: unused variable: `i` Oct 11 22:50:05.405 INFO kablam! --> src/cfg.rs:121:30 Oct 11 22:50:05.405 INFO kablam! | Oct 11 22:50:05.405 INFO kablam! 121 | if let IResult::Done(ref i, ref o) = x { Oct 11 22:50:05.405 INFO kablam! | ^ help: consider using `_i` instead Oct 11 22:50:05.405 INFO kablam! Oct 11 22:50:05.405 INFO kablam! warning: unused variable: `build_implied` Oct 11 22:50:05.405 INFO kablam! --> src/krate/prefetch.rs:28:34 Oct 11 22:50:05.405 INFO kablam! | Oct 11 22:50:05.405 INFO kablam! 28 | let (build_dependencies, build_implied) = make_dependencies(&crate_path, v.get("build-dependencies"), v.get("features")); Oct 11 22:50:05.405 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_build_implied` instead Oct 11 22:50:05.405 INFO kablam! Oct 11 22:50:05.405 INFO kablam! warning: unused variable: `implied` Oct 11 22:50:05.405 INFO kablam! --> src/krate/prefetch.rs:41:36 Oct 11 22:50:05.405 INFO kablam! | Oct 11 22:50:05.405 INFO kablam! 41 | let (dependencies, implied) = make_dependencies(&crate_path, b.get("dependencies"), b.get("features")); Oct 11 22:50:05.405 INFO kablam! | ^^^^^^^ help: consider using `_implied` instead Oct 11 22:50:05.405 INFO kablam! Oct 11 22:50:05.405 INFO kablam! warning: value assigned to `is_first` is never read Oct 11 22:50:05.405 INFO kablam! --> src/krate/mod.rs:156:13 Oct 11 22:50:05.405 INFO kablam! | Oct 11 22:50:05.405 INFO kablam! 156 | is_first = false; Oct 11 22:50:05.405 INFO kablam! | ^^^^^^^^ Oct 11 22:50:05.405 INFO kablam! | Oct 11 22:50:05.405 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 22:50:05.405 INFO kablam! Oct 11 22:50:05.604 INFO kablam! warning: variable does not need to be mutable Oct 11 22:50:05.604 INFO kablam! --> src/krate/prefetch.rs:32:21 Oct 11 22:50:05.604 INFO kablam! | Oct 11 22:50:05.604 INFO kablam! 32 | if let Some(mut target) = v.remove("target") { Oct 11 22:50:05.604 INFO kablam! | ----^^^^^^ Oct 11 22:50:05.604 INFO kablam! | | Oct 11 22:50:05.604 INFO kablam! | help: remove this `mut` Oct 11 22:50:05.604 INFO kablam! | Oct 11 22:50:05.604 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:50:05.604 INFO kablam! Oct 11 22:50:05.632 INFO kablam! warning: variable does not need to be mutable Oct 11 22:50:05.632 INFO kablam! --> src/cfg.rs:40:14 Oct 11 22:50:05.632 INFO kablam! | Oct 11 22:50:05.632 INFO kablam! 40 | fn to_nix_op(mut w: &mut Write, op: CfgOp, target: &[Cfg]) -> Result<(), Error> { Oct 11 22:50:05.632 INFO kablam! | ----^ Oct 11 22:50:05.632 INFO kablam! | | Oct 11 22:50:05.632 INFO kablam! | help: remove this `mut` Oct 11 22:50:05.632 INFO kablam! Oct 11 22:50:07.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 11 22:50:07.386 INFO kablam! su: No module specific data is present Oct 11 22:50:08.018 INFO running `"docker" "rm" "-f" "bffd490bd4e4c845cb16d61e8040e7908c325b49ad83e3c265e59fa41959bb1c"` Oct 11 22:50:08.248 INFO blam! bffd490bd4e4c845cb16d61e8040e7908c325b49ad83e3c265e59fa41959bb1c Oct 11 22:50:08.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50:08.774 INFO blam! 1bab4fdbcdc572a5f76bf829d258efe7ba433aa1f0bfbf37758cc1b1aa39d216 Oct 11 22:50:08.782 INFO running `"docker" "start" "-a" "1bab4fdbcdc572a5f76bf829d258efe7ba433aa1f0bfbf37758cc1b1aa39d216"` Oct 11 22:50:09.885 INFO kablam! usermod: no changes Oct 11 22:50:10.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 22:50:10.052 INFO kablam! Running /target/debug/deps/generate_nix_pkg-b94841a80ac6bfb9 Oct 11 22:50:10.060 INFO blam! Oct 11 22:50:10.060 INFO blam! running 1 test Oct 11 22:50:10.062 INFO blam! test cfg::test_cfg ... ok Oct 11 22:50:10.062 INFO blam! Oct 11 22:50:10.062 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:50:10.062 INFO blam! Oct 11 22:50:10.078 INFO kablam! su: No module specific data is present Oct 11 22:50:10.731 INFO running `"docker" "rm" "-f" "1bab4fdbcdc572a5f76bf829d258efe7ba433aa1f0bfbf37758cc1b1aa39d216"` Oct 11 22:50:11.052 INFO blam! 1bab4fdbcdc572a5f76bf829d258efe7ba433aa1f0bfbf37758cc1b1aa39d216