Oct 14 15:42:02.474 INFO testing karuna/hangar against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:42:02.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 14 15:42:02.752 INFO blam! 012a0c0091f2c3fa42e70a967aa3c60e975828a2fa90f45fcb69c3c548b9c555 Oct 14 15:42:02.752 INFO running `"docker" "start" "-a" "012a0c0091f2c3fa42e70a967aa3c60e975828a2fa90f45fcb69c3c548b9c555"` Oct 14 15:42:03.411 INFO kablam! usermod: no changes Oct 14 15:42:03.587 INFO kablam! Compiling serde v0.9.15 Oct 14 15:42:03.587 INFO kablam! Compiling unidecode v0.2.0 Oct 14 15:42:03.587 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 15:42:03.587 INFO kablam! Compiling memchr v2.0.1 Oct 14 15:42:03.587 INFO kablam! Compiling time v0.1.39 Oct 14 15:42:03.587 INFO kablam! Compiling atty v0.2.8 Oct 14 15:42:03.611 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 14 15:42:03.611 INFO kablam! Compiling pest_derive v1.0.6 Oct 14 15:42:05.391 INFO kablam! Compiling clap v2.31.1 Oct 14 15:42:05.391 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 15:42:09.624 INFO kablam! Compiling regex v0.2.7 Oct 14 15:42:09.635 INFO kablam! Compiling chrono v0.4.0 Oct 14 15:42:09.795 INFO kablam! Compiling serde_derive v0.9.15 Oct 14 15:42:36.935 INFO kablam! Compiling slug v0.1.2 Oct 14 15:42:53.803 INFO kablam! Compiling backtrace v0.3.5 Oct 14 15:43:00.431 INFO kablam! Compiling serde_json v0.9.10 Oct 14 15:43:00.496 INFO kablam! Compiling error-chain v0.11.0 Oct 14 15:43:02.971 INFO kablam! Compiling tera v0.11.5 Oct 14 15:43:06.919 INFO kablam! Compiling cargo_metadata v0.1.2 Oct 14 15:43:11.431 INFO kablam! Compiling cargo-shim v0.1.5 Oct 14 15:43:21.791 INFO kablam! Compiling hangar v0.0.4 (/source) Oct 14 15:43:22.715 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:22.715 INFO kablam! --> src/main.rs:37:54 Oct 14 15:43:22.716 INFO kablam! | Oct 14 15:43:22.716 INFO kablam! 37 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") Oct 14 15:43:22.716 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:22.716 INFO kablam! | Oct 14 15:43:22.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:43:22.716 INFO kablam! Oct 14 15:43:22.716 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:22.716 INFO kablam! --> src/main.rs:40:24 Oct 14 15:43:22.716 INFO kablam! | Oct 14 15:43:22.716 INFO kablam! 40 | } else if let Some(matches) = matches.subcommand_matches("db") { Oct 14 15:43:22.716 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:22.716 INFO kablam! Oct 14 15:43:22.716 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:22.716 INFO kablam! --> src/main.rs:44:24 Oct 14 15:43:22.716 INFO kablam! | Oct 14 15:43:22.716 INFO kablam! 44 | } else if let Some(matches) = matches.subcommand_matches("run") { Oct 14 15:43:22.716 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:22.716 INFO kablam! Oct 14 15:43:22.766 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:43:22.766 INFO kablam! --> src/generator/mod.rs:125:9 Oct 14 15:43:22.767 INFO kablam! | Oct 14 15:43:22.767 INFO kablam! 125 | tera.add_raw_template(var_template_name, var_template_value); Oct 14 15:43:22.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:43:22.767 INFO kablam! | Oct 14 15:43:22.767 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:43:22.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:43:22.767 INFO kablam! Oct 14 15:43:27.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 14 15:43:27.386 INFO kablam! su: No module specific data is present Oct 14 15:43:29.155 INFO running `"docker" "rm" "-f" "012a0c0091f2c3fa42e70a967aa3c60e975828a2fa90f45fcb69c3c548b9c555"` Oct 14 15:43:29.535 INFO blam! 012a0c0091f2c3fa42e70a967aa3c60e975828a2fa90f45fcb69c3c548b9c555 Oct 14 15:43:29.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 14 15:43:30.170 INFO blam! 477d0dea13ad2cb313724293d04b9e698e19327ab16a02f20b51e9146fbd0f6a Oct 14 15:43:30.172 INFO running `"docker" "start" "-a" "477d0dea13ad2cb313724293d04b9e698e19327ab16a02f20b51e9146fbd0f6a"` Oct 14 15:43:32.730 INFO kablam! usermod: no changes Oct 14 15:43:32.958 INFO kablam! Compiling hangar v0.0.4 (/source) Oct 14 15:43:33.887 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:33.888 INFO kablam! --> src/main.rs:37:54 Oct 14 15:43:33.888 INFO kablam! | Oct 14 15:43:33.888 INFO kablam! 37 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") Oct 14 15:43:33.888 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:33.888 INFO kablam! | Oct 14 15:43:33.888 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:43:33.888 INFO kablam! Oct 14 15:43:33.889 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:33.890 INFO kablam! --> src/main.rs:40:24 Oct 14 15:43:33.890 INFO kablam! | Oct 14 15:43:33.890 INFO kablam! 40 | } else if let Some(matches) = matches.subcommand_matches("db") { Oct 14 15:43:33.890 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:33.890 INFO kablam! Oct 14 15:43:33.890 INFO kablam! warning: unused variable: `matches` Oct 14 15:43:33.890 INFO kablam! --> src/main.rs:44:24 Oct 14 15:43:33.891 INFO kablam! | Oct 14 15:43:33.891 INFO kablam! 44 | } else if let Some(matches) = matches.subcommand_matches("run") { Oct 14 15:43:33.891 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 15:43:33.891 INFO kablam! Oct 14 15:43:33.935 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:43:33.935 INFO kablam! --> src/generator/mod.rs:125:9 Oct 14 15:43:33.935 INFO kablam! | Oct 14 15:43:33.935 INFO kablam! 125 | tera.add_raw_template(var_template_name, var_template_value); Oct 14 15:43:33.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:43:33.935 INFO kablam! | Oct 14 15:43:33.935 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:43:33.935 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:43:33.935 INFO kablam! Oct 14 15:43:34.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 14 15:43:34.815 INFO kablam! su: No module specific data is present Oct 14 15:43:36.135 INFO running `"docker" "rm" "-f" "477d0dea13ad2cb313724293d04b9e698e19327ab16a02f20b51e9146fbd0f6a"` Oct 14 15:43:36.383 INFO blam! 477d0dea13ad2cb313724293d04b9e698e19327ab16a02f20b51e9146fbd0f6a Oct 14 15:43:36.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 14 15:43:36.880 INFO blam! 98e491a5a0dbe2fb3a989dbc3e04e484747c5de019cd1aa644eb9c4778d3d639 Oct 14 15:43:36.882 INFO running `"docker" "start" "-a" "98e491a5a0dbe2fb3a989dbc3e04e484747c5de019cd1aa644eb9c4778d3d639"` Oct 14 15:43:38.519 INFO kablam! usermod: no changes Oct 14 15:43:38.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 15:43:38.742 INFO kablam! Running /target/debug/deps/hangar-7d2fa5a0d81abf9e Oct 14 15:43:38.742 INFO blam! Oct 14 15:43:38.742 INFO blam! running 0 tests Oct 14 15:43:38.742 INFO blam! Oct 14 15:43:38.742 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:43:38.742 INFO blam! Oct 14 15:43:38.751 INFO kablam! su: No module specific data is present Oct 14 15:43:39.844 INFO running `"docker" "rm" "-f" "98e491a5a0dbe2fb3a989dbc3e04e484747c5de019cd1aa644eb9c4778d3d639"` Oct 14 15:43:40.200 INFO blam! 98e491a5a0dbe2fb3a989dbc3e04e484747c5de019cd1aa644eb9c4778d3d639