Oct 13 05:30:17.663 INFO testing nicohman/eidolon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:30:17.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:30:18.177 INFO blam! 4c5236b5e23ef82bf4da8014d2b9e9b8db100474bf78d18c910df71b2941e595 Oct 13 05:30:18.179 INFO running `"docker" "start" "-a" "4c5236b5e23ef82bf4da8014d2b9e9b8db100474bf78d18c910df71b2941e595"` Oct 13 05:30:19.651 INFO kablam! usermod: no changes Oct 13 05:30:20.110 INFO kablam! Compiling thread_local v0.3.6 Oct 13 05:30:20.110 INFO kablam! Compiling encoding_rs v0.8.7 Oct 13 05:30:20.128 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 13 05:30:20.130 INFO kablam! Compiling http v0.1.13 Oct 13 05:30:20.132 INFO kablam! Compiling syn v0.14.7 Oct 13 05:30:20.132 INFO kablam! Compiling syn v0.15.6 Oct 13 05:30:20.133 INFO kablam! Compiling serde_json v1.0.27 Oct 13 05:30:20.134 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 13 05:30:26.391 INFO kablam! Compiling openssl v0.10.12 Oct 13 05:30:28.323 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 13 05:30:28.574 INFO kablam! Compiling phf_generator v0.7.23 Oct 13 05:30:31.607 INFO kablam! Compiling regex v1.0.5 Oct 13 05:30:37.407 INFO kablam! Compiling regex v0.2.5 Oct 13 05:30:37.735 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 13 05:30:58.920 INFO kablam! Compiling tokio-udp v0.1.2 Oct 13 05:30:59.009 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 13 05:30:59.042 INFO kablam! Compiling tokio-uds v0.2.2 Oct 13 05:30:59.051 INFO kablam! Compiling phf_codegen v0.7.23 Oct 13 05:31:01.060 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 13 05:31:01.223 INFO kablam! Compiling h2 v0.1.12 Oct 13 05:31:03.753 INFO kablam! Compiling native-tls v0.2.1 Oct 13 05:31:03.845 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 13 05:31:04.249 INFO kablam! Compiling serde_derive v1.0.79 Oct 13 05:31:05.840 INFO kablam! Compiling structopt-derive v0.2.10 Oct 13 05:31:12.939 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 05:31:17.563 INFO kablam! Compiling tokio v0.1.11 Oct 13 05:31:17.563 INFO kablam! Compiling structopt v0.2.10 Oct 13 05:31:23.308 INFO kablam! Compiling hyper v0.12.11 Oct 13 05:31:34.495 INFO kablam! Compiling hyper-tls v0.3.0 Oct 13 05:31:35.809 INFO kablam! Compiling reqwest v0.9.2 Oct 13 05:31:44.167 INFO kablam! Compiling butlerd v0.1.2 Oct 13 05:31:58.471 INFO kablam! Compiling eidolon v1.4.2 (/source) Oct 13 05:32:01.451 INFO kablam! warning: unused import: `std::fs` Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:1:5 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 1 | use std::fs; Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^ Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused import: `std::env` Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:2:5 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 2 | use std::env; Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused import: `std::fs::DirEntry` Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:4:5 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 4 | use std::fs::DirEntry; Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused import: `std::io` Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:5:5 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 5 | use std::io; Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:11:1 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 11 | #[macro_use] Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:32:01.451 INFO kablam! --> src/main.rs:13:1 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 13 | #[macro_use] Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.451 INFO kablam! warning: unused import: `std::os::unix::fs::OpenOptionsExt` Oct 13 05:32:01.451 INFO kablam! --> src/eid_lib/mod.rs:7:9 Oct 13 05:32:01.451 INFO kablam! | Oct 13 05:32:01.451 INFO kablam! 7 | use std::os::unix::fs::OpenOptionsExt; Oct 13 05:32:01.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:01.451 INFO kablam! Oct 13 05:32:01.487 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 13 05:32:01.487 INFO kablam! --> src/eid_lib/mod.rs:537:29 Oct 13 05:32:01.487 INFO kablam! | Oct 13 05:32:01.487 INFO kablam! 537 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 13 05:32:01.487 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:32:01.487 INFO kablam! | Oct 13 05:32:01.487 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:32:01.487 INFO kablam! Oct 13 05:32:01.883 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:01.883 INFO kablam! --> src/eid_lib/mod.rs:474:48 Oct 13 05:32:01.883 INFO kablam! | Oct 13 05:32:01.883 INFO kablam! 474 | let outname = contents.slice_unchecked( Oct 13 05:32:01.883 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:01.883 INFO kablam! Oct 13 05:32:01.883 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:01.883 INFO kablam! --> src/eid_lib/mod.rs:482:50 Oct 13 05:32:01.883 INFO kablam! | Oct 13 05:32:01.883 INFO kablam! 482 | let appid = contents.slice_unchecked( Oct 13 05:32:01.883 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:01.883 INFO kablam! Oct 13 05:32:01.891 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:01.891 INFO kablam! --> src/eid_lib/mod.rs:486:49 Oct 13 05:32:01.891 INFO kablam! | Oct 13 05:32:01.891 INFO kablam! 486 | let name = contents.slice_unchecked( Oct 13 05:32:01.891 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:01.891 INFO kablam! Oct 13 05:32:01.915 INFO kablam! warning: unused variable: `prefix_command` Oct 13 05:32:01.915 INFO kablam! --> src/main.rs:53:36 Oct 13 05:32:01.915 INFO kablam! | Oct 13 05:32:01.915 INFO kablam! 53 | fn show_menu(menu_command: String, prefix_command:String) { Oct 13 05:32:01.915 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_prefix_command` instead Oct 13 05:32:01.915 INFO kablam! | Oct 13 05:32:01.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:32:01.915 INFO kablam! Oct 13 05:32:01.991 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:01.991 INFO kablam! --> src/eid_lib/mod.rs:58:13 Oct 13 05:32:01.991 INFO kablam! | Oct 13 05:32:01.991 INFO kablam! 58 | let mut games = get_games(); Oct 13 05:32:01.991 INFO kablam! | ----^^^^^ Oct 13 05:32:01.991 INFO kablam! | | Oct 13 05:32:01.991 INFO kablam! | help: remove this `mut` Oct 13 05:32:01.991 INFO kablam! | Oct 13 05:32:01.991 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:32:01.991 INFO kablam! Oct 13 05:32:02.011 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:02.011 INFO kablam! --> src/eid_lib/mod.rs:245:13 Oct 13 05:32:02.011 INFO kablam! | Oct 13 05:32:02.011 INFO kablam! 245 | let mut fixed = config.steam_dirs.into_iter(); Oct 13 05:32:02.011 INFO kablam! | ----^^^^^ Oct 13 05:32:02.011 INFO kablam! | | Oct 13 05:32:02.011 INFO kablam! | help: remove this `mut` Oct 13 05:32:02.011 INFO kablam! Oct 13 05:32:02.035 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:02.035 INFO kablam! --> src/eid_lib/mod.rs:444:17 Oct 13 05:32:02.035 INFO kablam! | Oct 13 05:32:02.035 INFO kablam! 444 | let mut g: Game = serde_json::from_str(&stri).unwrap(); Oct 13 05:32:02.035 INFO kablam! | ----^ Oct 13 05:32:02.035 INFO kablam! | | Oct 13 05:32:02.035 INFO kablam! | help: remove this `mut` Oct 13 05:32:02.035 INFO kablam! Oct 13 05:32:02.039 INFO kablam! warning: structure field `installLocation` should have a snake case name such as `install_location` Oct 13 05:32:02.039 INFO kablam! --> src/eid_lib/mod.rs:30:9 Oct 13 05:32:02.039 INFO kablam! | Oct 13 05:32:02.039 INFO kablam! 30 | pub installLocation: String, Oct 13 05:32:02.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:02.039 INFO kablam! | Oct 13 05:32:02.039 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:32:02.039 INFO kablam! Oct 13 05:32:02.039 INFO kablam! warning: structure field `installFolder` should have a snake case name such as `install_folder` Oct 13 05:32:02.039 INFO kablam! --> src/eid_lib/mod.rs:31:9 Oct 13 05:32:02.039 INFO kablam! | Oct 13 05:32:02.039 INFO kablam! 31 | pub installFolder: String, Oct 13 05:32:02.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:02.039 INFO kablam! Oct 13 05:32:02.041 INFO kablam! warning: structure field `installLocations` should have a snake case name such as `install_locations` Oct 13 05:32:02.041 INFO kablam! --> src/eid_lib/mod.rs:37:9 Oct 13 05:32:02.041 INFO kablam! | Oct 13 05:32:02.041 INFO kablam! 37 | installLocations: Map, Oct 13 05:32:02.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:02.041 INFO kablam! Oct 13 05:32:08.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 13 05:32:08.983 INFO kablam! su: No module specific data is present Oct 13 05:32:09.699 INFO running `"docker" "rm" "-f" "4c5236b5e23ef82bf4da8014d2b9e9b8db100474bf78d18c910df71b2941e595"` Oct 13 05:32:10.028 INFO blam! 4c5236b5e23ef82bf4da8014d2b9e9b8db100474bf78d18c910df71b2941e595 Oct 13 05:32:10.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:32:10.503 INFO blam! 7a46850658260f847ddc7a88840d7a403ebab28151fa7fd419f1de23a457b26b Oct 13 05:32:10.506 INFO running `"docker" "start" "-a" "7a46850658260f847ddc7a88840d7a403ebab28151fa7fd419f1de23a457b26b"` Oct 13 05:32:11.535 INFO kablam! usermod: no changes Oct 13 05:32:11.867 INFO kablam! Compiling eidolon v1.4.2 (/source) Oct 13 05:32:14.259 INFO kablam! warning: unused import: `std::fs` Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:1:5 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 1 | use std::fs; Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^ Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused import: `std::env` Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:2:5 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 2 | use std::env; Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused import: `std::fs::DirEntry` Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:4:5 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 4 | use std::fs::DirEntry; Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused import: `std::io` Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:5:5 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 5 | use std::io; Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:11:1 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 11 | #[macro_use] Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:32:14.259 INFO kablam! --> src/main.rs:13:1 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 13 | #[macro_use] Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.259 INFO kablam! warning: unused import: `std::os::unix::fs::OpenOptionsExt` Oct 13 05:32:14.259 INFO kablam! --> src/eid_lib/mod.rs:7:9 Oct 13 05:32:14.259 INFO kablam! | Oct 13 05:32:14.259 INFO kablam! 7 | use std::os::unix::fs::OpenOptionsExt; Oct 13 05:32:14.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:14.259 INFO kablam! Oct 13 05:32:14.286 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 13 05:32:14.286 INFO kablam! --> src/eid_lib/mod.rs:537:29 Oct 13 05:32:14.286 INFO kablam! | Oct 13 05:32:14.286 INFO kablam! 537 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 13 05:32:14.286 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:32:14.286 INFO kablam! | Oct 13 05:32:14.286 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:32:14.286 INFO kablam! Oct 13 05:32:14.675 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:14.675 INFO kablam! --> src/eid_lib/mod.rs:474:48 Oct 13 05:32:14.675 INFO kablam! | Oct 13 05:32:14.675 INFO kablam! 474 | let outname = contents.slice_unchecked( Oct 13 05:32:14.675 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:14.675 INFO kablam! Oct 13 05:32:14.675 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:14.675 INFO kablam! --> src/eid_lib/mod.rs:482:50 Oct 13 05:32:14.675 INFO kablam! | Oct 13 05:32:14.675 INFO kablam! 482 | let appid = contents.slice_unchecked( Oct 13 05:32:14.675 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:14.675 INFO kablam! Oct 13 05:32:14.675 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 05:32:14.675 INFO kablam! --> src/eid_lib/mod.rs:486:49 Oct 13 05:32:14.675 INFO kablam! | Oct 13 05:32:14.675 INFO kablam! 486 | let name = contents.slice_unchecked( Oct 13 05:32:14.675 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:32:14.675 INFO kablam! Oct 13 05:32:14.711 INFO kablam! warning: unused variable: `prefix_command` Oct 13 05:32:14.711 INFO kablam! --> src/main.rs:53:36 Oct 13 05:32:14.711 INFO kablam! | Oct 13 05:32:14.711 INFO kablam! 53 | fn show_menu(menu_command: String, prefix_command:String) { Oct 13 05:32:14.711 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_prefix_command` instead Oct 13 05:32:14.711 INFO kablam! | Oct 13 05:32:14.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:32:14.711 INFO kablam! Oct 13 05:32:14.811 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:14.811 INFO kablam! --> src/eid_lib/mod.rs:58:13 Oct 13 05:32:14.811 INFO kablam! | Oct 13 05:32:14.811 INFO kablam! 58 | let mut games = get_games(); Oct 13 05:32:14.811 INFO kablam! | ----^^^^^ Oct 13 05:32:14.811 INFO kablam! | | Oct 13 05:32:14.811 INFO kablam! | help: remove this `mut` Oct 13 05:32:14.811 INFO kablam! | Oct 13 05:32:14.811 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:32:14.811 INFO kablam! Oct 13 05:32:14.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:14.835 INFO kablam! --> src/eid_lib/mod.rs:245:13 Oct 13 05:32:14.835 INFO kablam! | Oct 13 05:32:14.835 INFO kablam! 245 | let mut fixed = config.steam_dirs.into_iter(); Oct 13 05:32:14.835 INFO kablam! | ----^^^^^ Oct 13 05:32:14.835 INFO kablam! | | Oct 13 05:32:14.835 INFO kablam! | help: remove this `mut` Oct 13 05:32:14.835 INFO kablam! Oct 13 05:32:14.855 INFO kablam! warning: variable does not need to be mutable Oct 13 05:32:14.855 INFO kablam! --> src/eid_lib/mod.rs:444:17 Oct 13 05:32:14.855 INFO kablam! | Oct 13 05:32:14.855 INFO kablam! 444 | let mut g: Game = serde_json::from_str(&stri).unwrap(); Oct 13 05:32:14.855 INFO kablam! | ----^ Oct 13 05:32:14.855 INFO kablam! | | Oct 13 05:32:14.855 INFO kablam! | help: remove this `mut` Oct 13 05:32:14.855 INFO kablam! Oct 13 05:32:14.863 INFO kablam! warning: structure field `installLocation` should have a snake case name such as `install_location` Oct 13 05:32:14.863 INFO kablam! --> src/eid_lib/mod.rs:30:9 Oct 13 05:32:14.863 INFO kablam! | Oct 13 05:32:14.863 INFO kablam! 30 | pub installLocation: String, Oct 13 05:32:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:14.863 INFO kablam! | Oct 13 05:32:14.863 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:32:14.863 INFO kablam! Oct 13 05:32:14.863 INFO kablam! warning: structure field `installFolder` should have a snake case name such as `install_folder` Oct 13 05:32:14.863 INFO kablam! --> src/eid_lib/mod.rs:31:9 Oct 13 05:32:14.863 INFO kablam! | Oct 13 05:32:14.863 INFO kablam! 31 | pub installFolder: String, Oct 13 05:32:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:14.863 INFO kablam! Oct 13 05:32:14.865 INFO kablam! warning: structure field `installLocations` should have a snake case name such as `install_locations` Oct 13 05:32:14.865 INFO kablam! --> src/eid_lib/mod.rs:37:9 Oct 13 05:32:14.865 INFO kablam! | Oct 13 05:32:14.865 INFO kablam! 37 | installLocations: Map, Oct 13 05:32:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:32:14.865 INFO kablam! Oct 13 05:32:15.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.03s Oct 13 05:32:15.615 INFO kablam! su: No module specific data is present Oct 13 05:32:16.715 INFO running `"docker" "rm" "-f" "7a46850658260f847ddc7a88840d7a403ebab28151fa7fd419f1de23a457b26b"` Oct 13 05:32:17.054 INFO blam! 7a46850658260f847ddc7a88840d7a403ebab28151fa7fd419f1de23a457b26b Oct 13 05:32:17.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:32:17.596 INFO blam! 908441b51ccf3eb02d2e98083b0b66f7b31472c0fbd4e6bdf11e2524e6b30926 Oct 13 05:32:17.598 INFO running `"docker" "start" "-a" "908441b51ccf3eb02d2e98083b0b66f7b31472c0fbd4e6bdf11e2524e6b30926"` Oct 13 05:32:19.413 INFO kablam! usermod: no changes Oct 13 05:32:19.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.32s Oct 13 05:32:19.786 INFO kablam! Running /target/debug/deps/eidolon-c1f94f1b6a8af7d6 Oct 13 05:32:19.792 INFO blam! Oct 13 05:32:19.792 INFO blam! running 0 tests Oct 13 05:32:19.792 INFO blam! Oct 13 05:32:19.792 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:19.792 INFO blam! Oct 13 05:32:19.794 INFO kablam! su: No module specific data is present Oct 13 05:32:21.109 INFO running `"docker" "rm" "-f" "908441b51ccf3eb02d2e98083b0b66f7b31472c0fbd4e6bdf11e2524e6b30926"` Oct 13 05:32:21.427 INFO blam! 908441b51ccf3eb02d2e98083b0b66f7b31472c0fbd4e6bdf11e2524e6b30926