Oct 14 19:07:12.292 INFO testing harindaka/rust-guessing-game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:07:12.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 14 19:07:12.778 INFO blam! b4f6e41448b1a7c85f6abbdc30462193461ffc16a4c2e6031061e4d173f2a35a Oct 14 19:07:12.780 INFO running `"docker" "start" "-a" "b4f6e41448b1a7c85f6abbdc30462193461ffc16a4c2e6031061e4d173f2a35a"` Oct 14 19:07:13.733 INFO kablam! usermod: no changes Oct 14 19:07:13.835 INFO kablam! Compiling serde v1.0.17 Oct 14 19:07:13.835 INFO kablam! Compiling rand v0.3.17 Oct 14 19:07:13.847 INFO kablam! Compiling serde_derive v1.0.17 Oct 14 19:07:30.903 INFO kablam! Compiling serde_json v1.0.5 Oct 14 19:07:35.175 INFO kablam! Compiling rust_examples v0.1.0 (/source) Oct 14 19:07:35.459 INFO kablam! warning: unused `#[macro_use]` import Oct 14 19:07:35.460 INFO kablam! --> src/main.rs:4:1 Oct 14 19:07:35.460 INFO kablam! | Oct 14 19:07:35.460 INFO kablam! 4 | #[macro_use] Oct 14 19:07:35.461 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:07:35.461 INFO kablam! | Oct 14 19:07:35.461 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:35.461 INFO kablam! Oct 14 19:07:35.462 INFO kablam! warning: unused import: `config` Oct 14 19:07:35.462 INFO kablam! --> src/configuration.rs:5:5 Oct 14 19:07:35.462 INFO kablam! | Oct 14 19:07:35.463 INFO kablam! 5 | use config; Oct 14 19:07:35.463 INFO kablam! | ^^^^^^ Oct 14 19:07:35.463 INFO kablam! Oct 14 19:07:35.776 INFO kablam! warning: unused variable: `config_build` Oct 14 19:07:35.776 INFO kablam! --> src/configuration.rs:11:13 Oct 14 19:07:35.776 INFO kablam! | Oct 14 19:07:35.776 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:35.776 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_config_build` instead Oct 14 19:07:35.776 INFO kablam! | Oct 14 19:07:35.776 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:35.776 INFO kablam! Oct 14 19:07:35.776 INFO kablam! warning: unused variable: `config_prod` Oct 14 19:07:35.776 INFO kablam! --> src/configuration.rs:15:13 Oct 14 19:07:35.776 INFO kablam! | Oct 14 19:07:35.776 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:35.776 INFO kablam! | ^^^^^^^^^^^ help: consider using `_config_prod` instead Oct 14 19:07:35.776 INFO kablam! Oct 14 19:07:35.782 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:35.788 INFO kablam! --> src/configuration.rs:11:9 Oct 14 19:07:35.788 INFO kablam! | Oct 14 19:07:35.788 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:35.788 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:07:35.788 INFO kablam! | | Oct 14 19:07:35.788 INFO kablam! | help: remove this `mut` Oct 14 19:07:35.788 INFO kablam! | Oct 14 19:07:35.788 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:35.788 INFO kablam! Oct 14 19:07:35.788 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:35.788 INFO kablam! --> src/configuration.rs:14:9 Oct 14 19:07:35.788 INFO kablam! | Oct 14 19:07:35.788 INFO kablam! 14 | let mut config_qa: Value = from_str(include_str!("config/config_qa.json")).unwrap(); Oct 14 19:07:35.788 INFO kablam! | ----^^^^^^^^^ Oct 14 19:07:35.788 INFO kablam! | | Oct 14 19:07:35.788 INFO kablam! | help: remove this `mut` Oct 14 19:07:35.788 INFO kablam! Oct 14 19:07:35.788 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:35.788 INFO kablam! --> src/configuration.rs:15:9 Oct 14 19:07:35.788 INFO kablam! | Oct 14 19:07:35.788 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:35.788 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:07:35.788 INFO kablam! | | Oct 14 19:07:35.788 INFO kablam! | help: remove this `mut` Oct 14 19:07:35.788 INFO kablam! Oct 14 19:07:36.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.92s Oct 14 19:07:36.675 INFO kablam! su: No module specific data is present Oct 14 19:07:37.559 INFO running `"docker" "rm" "-f" "b4f6e41448b1a7c85f6abbdc30462193461ffc16a4c2e6031061e4d173f2a35a"` Oct 14 19:07:37.874 INFO blam! b4f6e41448b1a7c85f6abbdc30462193461ffc16a4c2e6031061e4d173f2a35a Oct 14 19:07:37.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 14 19:07:38.351 INFO blam! eeaf955c37504493ebd2fa51f99351fe315a114bd75f046bd2a6da4609804be7 Oct 14 19:07:38.353 INFO running `"docker" "start" "-a" "eeaf955c37504493ebd2fa51f99351fe315a114bd75f046bd2a6da4609804be7"` Oct 14 19:07:39.455 INFO kablam! usermod: no changes Oct 14 19:07:39.579 INFO kablam! Compiling rust_examples v0.1.0 (/source) Oct 14 19:07:39.999 INFO kablam! warning: unused `#[macro_use]` import Oct 14 19:07:39.999 INFO kablam! --> src/main.rs:4:1 Oct 14 19:07:39.999 INFO kablam! | Oct 14 19:07:39.999 INFO kablam! 4 | #[macro_use] Oct 14 19:07:40.000 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:07:40.000 INFO kablam! | Oct 14 19:07:40.001 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:40.001 INFO kablam! Oct 14 19:07:40.001 INFO kablam! warning: unused import: `config` Oct 14 19:07:40.001 INFO kablam! --> src/configuration.rs:5:5 Oct 14 19:07:40.002 INFO kablam! | Oct 14 19:07:40.002 INFO kablam! 5 | use config; Oct 14 19:07:40.002 INFO kablam! | ^^^^^^ Oct 14 19:07:40.003 INFO kablam! Oct 14 19:07:40.291 INFO kablam! warning: unused variable: `config_build` Oct 14 19:07:40.291 INFO kablam! --> src/configuration.rs:11:13 Oct 14 19:07:40.292 INFO kablam! | Oct 14 19:07:40.292 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:40.292 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_config_build` instead Oct 14 19:07:40.293 INFO kablam! | Oct 14 19:07:40.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:40.293 INFO kablam! Oct 14 19:07:40.294 INFO kablam! warning: unused variable: `config_prod` Oct 14 19:07:40.294 INFO kablam! --> src/configuration.rs:15:13 Oct 14 19:07:40.294 INFO kablam! | Oct 14 19:07:40.295 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:40.295 INFO kablam! | ^^^^^^^^^^^ help: consider using `_config_prod` instead Oct 14 19:07:40.295 INFO kablam! Oct 14 19:07:40.299 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:40.299 INFO kablam! --> src/configuration.rs:11:9 Oct 14 19:07:40.299 INFO kablam! | Oct 14 19:07:40.299 INFO kablam! 11 | let mut config_build: Value =from_str(include_str!("config/build.json")).unwrap(); Oct 14 19:07:40.299 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:07:40.299 INFO kablam! | | Oct 14 19:07:40.299 INFO kablam! | help: remove this `mut` Oct 14 19:07:40.299 INFO kablam! | Oct 14 19:07:40.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:40.299 INFO kablam! Oct 14 19:07:40.299 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:40.299 INFO kablam! --> src/configuration.rs:14:9 Oct 14 19:07:40.299 INFO kablam! | Oct 14 19:07:40.299 INFO kablam! 14 | let mut config_qa: Value = from_str(include_str!("config/config_qa.json")).unwrap(); Oct 14 19:07:40.299 INFO kablam! | ----^^^^^^^^^ Oct 14 19:07:40.299 INFO kablam! | | Oct 14 19:07:40.299 INFO kablam! | help: remove this `mut` Oct 14 19:07:40.299 INFO kablam! Oct 14 19:07:40.299 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:40.299 INFO kablam! --> src/configuration.rs:15:9 Oct 14 19:07:40.299 INFO kablam! | Oct 14 19:07:40.299 INFO kablam! 15 | let mut config_prod: Value = from_str(include_str!("config/config_prod.json")).unwrap(); Oct 14 19:07:40.299 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:07:40.299 INFO kablam! | | Oct 14 19:07:40.299 INFO kablam! | help: remove this `mut` Oct 14 19:07:40.299 INFO kablam! Oct 14 19:07:40.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 14 19:07:40.911 INFO kablam! su: No module specific data is present Oct 14 19:07:41.819 INFO running `"docker" "rm" "-f" "eeaf955c37504493ebd2fa51f99351fe315a114bd75f046bd2a6da4609804be7"` Oct 14 19:07:42.071 INFO blam! eeaf955c37504493ebd2fa51f99351fe315a114bd75f046bd2a6da4609804be7 Oct 14 19:07:42.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 14 19:07:42.539 INFO blam! 7af402f67f989fcdaeb4bbdf4611230be37ce67961a4051bc1b29436083247c8 Oct 14 19:07:42.545 INFO running `"docker" "start" "-a" "7af402f67f989fcdaeb4bbdf4611230be37ce67961a4051bc1b29436083247c8"` Oct 14 19:07:43.859 INFO kablam! usermod: no changes Oct 14 19:07:43.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:07:43.936 INFO kablam! Running /target/debug/deps/rust_examples-66ead9edce6334c7 Oct 14 19:07:43.937 INFO blam! Oct 14 19:07:43.937 INFO blam! running 0 tests Oct 14 19:07:43.937 INFO blam! Oct 14 19:07:43.938 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:43.938 INFO blam! Oct 14 19:07:43.947 INFO kablam! su: No module specific data is present Oct 14 19:07:44.722 INFO running `"docker" "rm" "-f" "7af402f67f989fcdaeb4bbdf4611230be37ce67961a4051bc1b29436083247c8"` Oct 14 19:07:45.147 INFO blam! 7af402f67f989fcdaeb4bbdf4611230be37ce67961a4051bc1b29436083247c8