Oct 14 19:07:12.260 INFO testing harindaka/rust-guessing-game against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:07:12.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:07:12.847 INFO blam! 911b37ebfd852c5ebeaf1db49a6b55dc7f2a9d74e75e8545f2cced24da122b92 Oct 14 19:07:12.859 INFO running `"docker" "start" "-a" "911b37ebfd852c5ebeaf1db49a6b55dc7f2a9d74e75e8545f2cced24da122b92"` Oct 14 19:07:14.283 INFO kablam! usermod: no changes Oct 14 19:07:14.412 INFO kablam! Compiling serde v1.0.17 Oct 14 19:07:14.419 INFO kablam! Compiling serde_derive_internals v0.16.0 Oct 14 19:07:17.983 INFO kablam! Compiling serde_derive v1.0.17 Oct 14 19:07:31.434 INFO kablam! Compiling serde_json v1.0.5 Oct 14 19:07:35.476 INFO kablam! Compiling rust_examples v0.1.0 (/source) Oct 14 19:07:36.011 INFO kablam! warning: unused `#[macro_use]` import Oct 14 19:07:36.011 INFO kablam! --> src/main.rs:4:1 Oct 14 19:07:36.012 INFO kablam! | Oct 14 19:07:36.012 INFO kablam! 4 | #[macro_use] Oct 14 19:07:36.012 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:07:36.012 INFO kablam! | Oct 14 19:07:36.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:36.013 INFO kablam! Oct 14 19:07:36.013 INFO kablam! warning: unused import: `config` Oct 14 19:07:36.013 INFO kablam! --> src/configuration.rs:5:5 Oct 14 19:07:36.014 INFO kablam! | Oct 14 19:07:36.014 INFO kablam! 5 | use config; Oct 14 19:07:36.014 INFO kablam! | ^^^^^^ Oct 14 19:07:36.015 INFO kablam! Oct 14 19:07:36.382 INFO kablam! warning: unused variable: `config_build` Oct 14 19:07:36.382 INFO kablam! --> src/configuration.rs:11:13 Oct 14 19:07:36.382 INFO kablam! | Oct 14 19:07:36.383 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:36.383 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_config_build` instead Oct 14 19:07:36.384 INFO kablam! | Oct 14 19:07:36.384 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:36.384 INFO kablam! Oct 14 19:07:36.384 INFO kablam! warning: unused variable: `config_prod` Oct 14 19:07:36.385 INFO kablam! --> src/configuration.rs:15:13 Oct 14 19:07:36.385 INFO kablam! | Oct 14 19:07:36.385 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:36.386 INFO kablam! | ^^^^^^^^^^^ help: consider using `_config_prod` instead Oct 14 19:07:36.386 INFO kablam! Oct 14 19:07:36.395 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:36.395 INFO kablam! --> src/configuration.rs:11:9 Oct 14 19:07:36.396 INFO kablam! | Oct 14 19:07:36.396 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:36.396 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:07:36.397 INFO kablam! | | Oct 14 19:07:36.397 INFO kablam! | help: remove this `mut` Oct 14 19:07:36.397 INFO kablam! | Oct 14 19:07:36.397 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:36.398 INFO kablam! Oct 14 19:07:36.398 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:36.398 INFO kablam! --> src/configuration.rs:14:9 Oct 14 19:07:36.399 INFO kablam! | Oct 14 19:07:36.399 INFO kablam! 14 | let mut config_qa: Value = from_str(include_str!("config/config_qa.json")).unwrap(); Oct 14 19:07:36.399 INFO kablam! | ----^^^^^^^^^ Oct 14 19:07:36.399 INFO kablam! | | Oct 14 19:07:36.400 INFO kablam! | help: remove this `mut` Oct 14 19:07:36.400 INFO kablam! Oct 14 19:07:36.400 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:36.400 INFO kablam! --> src/configuration.rs:15:9 Oct 14 19:07:36.401 INFO kablam! | Oct 14 19:07:36.401 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:36.401 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:07:36.402 INFO kablam! | | Oct 14 19:07:36.402 INFO kablam! | help: remove this `mut` Oct 14 19:07:36.402 INFO kablam! Oct 14 19:07:37.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.88s Oct 14 19:07:37.215 INFO kablam! su: No module specific data is present Oct 14 19:07:38.039 INFO running `"docker" "rm" "-f" "911b37ebfd852c5ebeaf1db49a6b55dc7f2a9d74e75e8545f2cced24da122b92"` Oct 14 19:07:38.285 INFO blam! 911b37ebfd852c5ebeaf1db49a6b55dc7f2a9d74e75e8545f2cced24da122b92 Oct 14 19:07:38.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:07:38.739 INFO blam! 95eb1bc22824581314109100c5061b0e0a8262857a16011394e362fffb3b0fbb Oct 14 19:07:38.746 INFO running `"docker" "start" "-a" "95eb1bc22824581314109100c5061b0e0a8262857a16011394e362fffb3b0fbb"` Oct 14 19:07:40.154 INFO kablam! usermod: no changes Oct 14 19:07:40.237 INFO kablam! Compiling rust_examples v0.1.0 (/source) Oct 14 19:07:40.686 INFO kablam! warning: unused `#[macro_use]` import Oct 14 19:07:40.686 INFO kablam! --> src/main.rs:4:1 Oct 14 19:07:40.686 INFO kablam! | Oct 14 19:07:40.687 INFO kablam! 4 | #[macro_use] Oct 14 19:07:40.687 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:07:40.687 INFO kablam! | Oct 14 19:07:40.688 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:40.688 INFO kablam! Oct 14 19:07:40.688 INFO kablam! warning: unused import: `config` Oct 14 19:07:40.688 INFO kablam! --> src/configuration.rs:5:5 Oct 14 19:07:40.689 INFO kablam! | Oct 14 19:07:40.689 INFO kablam! 5 | use config; Oct 14 19:07:40.689 INFO kablam! | ^^^^^^ Oct 14 19:07:40.690 INFO kablam! Oct 14 19:07:40.986 INFO kablam! warning: unused variable: `config_build` Oct 14 19:07:40.986 INFO kablam! --> src/configuration.rs:11:13 Oct 14 19:07:40.986 INFO kablam! | Oct 14 19:07:40.987 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:40.988 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_config_build` instead Oct 14 19:07:40.988 INFO kablam! | Oct 14 19:07:40.988 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:40.989 INFO kablam! Oct 14 19:07:40.989 INFO kablam! warning: unused variable: `config_prod` Oct 14 19:07:40.989 INFO kablam! --> src/configuration.rs:15:13 Oct 14 19:07:40.990 INFO kablam! | Oct 14 19:07:40.990 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:40.990 INFO kablam! | ^^^^^^^^^^^ help: consider using `_config_prod` instead Oct 14 19:07:40.991 INFO kablam! Oct 14 19:07:40.994 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:40.995 INFO kablam! --> src/configuration.rs:11:9 Oct 14 19:07:40.995 INFO kablam! | Oct 14 19:07:40.995 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:40.996 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:07:40.996 INFO kablam! | | Oct 14 19:07:40.996 INFO kablam! | help: remove this `mut` Oct 14 19:07:40.997 INFO kablam! | Oct 14 19:07:40.997 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:40.997 INFO kablam! Oct 14 19:07:40.998 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:40.998 INFO kablam! --> src/configuration.rs:14:9 Oct 14 19:07:40.998 INFO kablam! | Oct 14 19:07:40.999 INFO kablam! 14 | let mut config_qa: Value = from_str(include_str!("config/config_qa.json")).unwrap(); Oct 14 19:07:40.999 INFO kablam! | ----^^^^^^^^^ Oct 14 19:07:40.999 INFO kablam! | | Oct 14 19:07:40.999 INFO kablam! | help: remove this `mut` Oct 14 19:07:41.000 INFO kablam! Oct 14 19:07:41.000 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:41.000 INFO kablam! --> src/configuration.rs:15:9 Oct 14 19:07:41.001 INFO kablam! | Oct 14 19:07:41.001 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:41.001 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:07:41.002 INFO kablam! | | Oct 14 19:07:41.002 INFO kablam! | help: remove this `mut` Oct 14 19:07:41.002 INFO kablam! Oct 14 19:07:41.521 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 19:07:41.526 INFO kablam! su: No module specific data is present Oct 14 19:07:42.291 INFO running `"docker" "rm" "-f" "95eb1bc22824581314109100c5061b0e0a8262857a16011394e362fffb3b0fbb"` Oct 14 19:07:42.563 INFO blam! 95eb1bc22824581314109100c5061b0e0a8262857a16011394e362fffb3b0fbb Oct 14 19:07:42.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:07:43.150 INFO blam! 8aba4af0c6b257c5b9ceb901e92412499aab82e16c66f12f71a3e1c937e7fea2 Oct 14 19:07:43.152 INFO running `"docker" "start" "-a" "8aba4af0c6b257c5b9ceb901e92412499aab82e16c66f12f71a3e1c937e7fea2"` Oct 14 19:07:44.375 INFO kablam! usermod: no changes Oct 14 19:07:44.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:07:44.443 INFO kablam! Running /target/debug/deps/rust_examples-029364d1e031b734 Oct 14 19:07:44.447 INFO blam! Oct 14 19:07:44.447 INFO blam! running 0 tests Oct 14 19:07:44.447 INFO blam! Oct 14 19:07:44.447 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:44.447 INFO blam! Oct 14 19:07:44.455 INFO kablam! su: No module specific data is present Oct 14 19:07:45.171 INFO running `"docker" "rm" "-f" "8aba4af0c6b257c5b9ceb901e92412499aab82e16c66f12f71a3e1c937e7fea2"` Oct 14 19:07:45.597 INFO blam! 8aba4af0c6b257c5b9ceb901e92412499aab82e16c66f12f71a3e1c937e7fea2