Oct 13 05:30:22.332 INFO testing nicohman/carbon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:30:22.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:22.872 INFO blam! d9902bd303eef3f466e07d07a4e63459d80f9bc63a28f948c5a14763a35df3f7 Oct 13 05:30:22.874 INFO running `"docker" "start" "-a" "d9902bd303eef3f466e07d07a4e63459d80f9bc63a28f948c5a14763a35df3f7"` Oct 13 05:30:24.454 INFO kablam! usermod: no changes Oct 13 05:30:24.499 INFO kablam! Compiling carbon v0.1.0 (/source) Oct 13 05:30:24.903 INFO kablam! warning: unused import: `std::str::FromStr` Oct 13 05:30:24.903 INFO kablam! --> src/bin/carbon.rs:8:5 Oct 13 05:30:24.903 INFO kablam! | Oct 13 05:30:24.903 INFO kablam! 8 | use std::str::FromStr; Oct 13 05:30:24.903 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:30:24.903 INFO kablam! | Oct 13 05:30:24.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:30:24.903 INFO kablam! Oct 13 05:30:24.923 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:30:24.923 INFO kablam! --> src/bin/carbon.rs:179:25 Oct 13 05:30:24.923 INFO kablam! | Oct 13 05:30:24.923 INFO kablam! 179 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 13 05:30:24.923 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:30:24.923 INFO kablam! | Oct 13 05:30:24.923 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:30:24.923 INFO kablam! Oct 13 05:30:24.991 INFO kablam! warning: unused variable: `disp` Oct 13 05:30:24.991 INFO kablam! --> src/bin/carbon.rs:81:23 Oct 13 05:30:24.991 INFO kablam! | Oct 13 05:30:24.991 INFO kablam! 81 | fn gen_npc(sys: &str, disp: bool) { Oct 13 05:30:24.991 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 13 05:30:24.991 INFO kablam! | Oct 13 05:30:24.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:30:24.991 INFO kablam! Oct 13 05:30:25.011 INFO kablam! warning: variable does not need to be mutable Oct 13 05:30:25.011 INFO kablam! --> src/bin/carbon.rs:91:9 Oct 13 05:30:25.011 INFO kablam! | Oct 13 05:30:25.011 INFO kablam! 91 | let mut vec: Vec; Oct 13 05:30:25.011 INFO kablam! | ----^^^ Oct 13 05:30:25.011 INFO kablam! | | Oct 13 05:30:25.011 INFO kablam! | help: remove this `mut` Oct 13 05:30:25.011 INFO kablam! | Oct 13 05:30:25.015 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:30:25.015 INFO kablam! Oct 13 05:30:25.027 INFO kablam! warning: struct is never constructed: `Npc` Oct 13 05:30:25.027 INFO kablam! --> src/bin/carbon.rs:10:1 Oct 13 05:30:25.027 INFO kablam! | Oct 13 05:30:25.027 INFO kablam! 10 | struct Npc { Oct 13 05:30:25.027 INFO kablam! | ^^^^^^^^^^ Oct 13 05:30:25.027 INFO kablam! | Oct 13 05:30:25.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:30:25.027 INFO kablam! Oct 13 05:30:25.027 INFO kablam! warning: method is never used: `to_string` Oct 13 05:30:25.027 INFO kablam! --> src/bin/carbon.rs:17:5 Oct 13 05:30:25.027 INFO kablam! | Oct 13 05:30:25.027 INFO kablam! 17 | fn to_string(&self) -> String { Oct 13 05:30:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:25.027 INFO kablam! Oct 13 05:30:25.027 INFO kablam! warning: function is never used: `add_npc` Oct 13 05:30:25.027 INFO kablam! --> src/bin/carbon.rs:76:1 Oct 13 05:30:25.027 INFO kablam! | Oct 13 05:30:25.027 INFO kablam! 76 | fn add_npc(npc:Npc, camp:&str){ Oct 13 05:30:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:25.027 INFO kablam! Oct 13 05:30:25.027 INFO kablam! warning: function is never used: `proc_path` Oct 13 05:30:25.027 INFO kablam! --> src/bin/carbon.rs:181:1 Oct 13 05:30:25.027 INFO kablam! | Oct 13 05:30:25.027 INFO kablam! 181 | fn proc_path(path: DirEntry) -> String { Oct 13 05:30:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:25.027 INFO kablam! Oct 13 05:30:26.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 13 05:30:26.108 INFO kablam! su: No module specific data is present Oct 13 05:30:27.245 INFO running `"docker" "rm" "-f" "d9902bd303eef3f466e07d07a4e63459d80f9bc63a28f948c5a14763a35df3f7"` Oct 13 05:30:27.495 INFO blam! d9902bd303eef3f466e07d07a4e63459d80f9bc63a28f948c5a14763a35df3f7 Oct 13 05:30:27.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:30:27.888 INFO blam! 9fbd326a7d59070836fb812dea8fb20078689c84819d2048e61020da2b86618a Oct 13 05:30:27.890 INFO running `"docker" "start" "-a" "9fbd326a7d59070836fb812dea8fb20078689c84819d2048e61020da2b86618a"` Oct 13 05:30:30.319 INFO kablam! usermod: no changes Oct 13 05:30:30.391 INFO kablam! Compiling carbon v0.1.0 (/source) Oct 13 05:30:30.831 INFO kablam! warning: unused import: `std::str::FromStr` Oct 13 05:30:30.831 INFO kablam! --> src/bin/carbon.rs:8:5 Oct 13 05:30:30.831 INFO kablam! | Oct 13 05:30:30.831 INFO kablam! 8 | use std::str::FromStr; Oct 13 05:30:30.831 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:30:30.831 INFO kablam! | Oct 13 05:30:30.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:30:30.831 INFO kablam! Oct 13 05:30:30.847 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:30:30.847 INFO kablam! --> src/bin/carbon.rs:179:25 Oct 13 05:30:30.847 INFO kablam! | Oct 13 05:30:30.847 INFO kablam! 179 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 13 05:30:30.847 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:30:30.847 INFO kablam! | Oct 13 05:30:30.847 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:30:30.847 INFO kablam! Oct 13 05:30:30.967 INFO kablam! warning: unused variable: `disp` Oct 13 05:30:30.968 INFO kablam! --> src/bin/carbon.rs:81:23 Oct 13 05:30:30.968 INFO kablam! | Oct 13 05:30:30.969 INFO kablam! 81 | fn gen_npc(sys: &str, disp: bool) { Oct 13 05:30:30.969 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 13 05:30:30.969 INFO kablam! | Oct 13 05:30:30.969 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:30:30.969 INFO kablam! Oct 13 05:30:30.991 INFO kablam! warning: variable does not need to be mutable Oct 13 05:30:30.991 INFO kablam! --> src/bin/carbon.rs:91:9 Oct 13 05:30:30.991 INFO kablam! | Oct 13 05:30:30.991 INFO kablam! 91 | let mut vec: Vec; Oct 13 05:30:30.991 INFO kablam! | ----^^^ Oct 13 05:30:30.991 INFO kablam! | | Oct 13 05:30:30.991 INFO kablam! | help: remove this `mut` Oct 13 05:30:30.991 INFO kablam! | Oct 13 05:30:30.991 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:30:30.991 INFO kablam! Oct 13 05:30:30.999 INFO kablam! warning: struct is never constructed: `Npc` Oct 13 05:30:30.999 INFO kablam! --> src/bin/carbon.rs:10:1 Oct 13 05:30:30.999 INFO kablam! | Oct 13 05:30:30.999 INFO kablam! 10 | struct Npc { Oct 13 05:30:31.000 INFO kablam! | ^^^^^^^^^^ Oct 13 05:30:31.000 INFO kablam! | Oct 13 05:30:31.000 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:30:31.000 INFO kablam! Oct 13 05:30:31.000 INFO kablam! warning: method is never used: `to_string` Oct 13 05:30:31.000 INFO kablam! --> src/bin/carbon.rs:17:5 Oct 13 05:30:31.000 INFO kablam! | Oct 13 05:30:31.000 INFO kablam! 17 | fn to_string(&self) -> String { Oct 13 05:30:31.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:31.000 INFO kablam! Oct 13 05:30:31.000 INFO kablam! warning: function is never used: `add_npc` Oct 13 05:30:31.000 INFO kablam! --> src/bin/carbon.rs:76:1 Oct 13 05:30:31.000 INFO kablam! | Oct 13 05:30:31.000 INFO kablam! 76 | fn add_npc(npc:Npc, camp:&str){ Oct 13 05:30:31.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:31.000 INFO kablam! Oct 13 05:30:31.001 INFO kablam! warning: function is never used: `proc_path` Oct 13 05:30:31.003 INFO kablam! --> src/bin/carbon.rs:181:1 Oct 13 05:30:31.003 INFO kablam! | Oct 13 05:30:31.003 INFO kablam! 181 | fn proc_path(path: DirEntry) -> String { Oct 13 05:30:31.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:30:31.003 INFO kablam! Oct 13 05:30:31.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 13 05:30:31.490 INFO kablam! su: No module specific data is present Oct 13 05:30:33.002 INFO running `"docker" "rm" "-f" "9fbd326a7d59070836fb812dea8fb20078689c84819d2048e61020da2b86618a"` Oct 13 05:30:33.382 INFO blam! 9fbd326a7d59070836fb812dea8fb20078689c84819d2048e61020da2b86618a Oct 13 05:30:33.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:30:34.009 INFO blam! 32f6ebb85e9810ba26e224b5ef7077b18926ad8dc8ae124d6161484caec88a7a Oct 13 05:30:34.012 INFO running `"docker" "start" "-a" "32f6ebb85e9810ba26e224b5ef7077b18926ad8dc8ae124d6161484caec88a7a"` Oct 13 05:30:35.929 INFO kablam! usermod: no changes Oct 13 05:30:36.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 05:30:36.035 INFO kablam! Running /target/debug/deps/carbon-f754c85b3e6f0195 Oct 13 05:30:36.059 INFO kablam! su: No module specific data is present Oct 13 05:30:36.059 INFO blam! Oct 13 05:30:36.059 INFO blam! running 0 tests Oct 13 05:30:36.059 INFO blam! Oct 13 05:30:36.059 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:30:36.059 INFO blam! Oct 13 05:30:36.847 INFO running `"docker" "rm" "-f" "32f6ebb85e9810ba26e224b5ef7077b18926ad8dc8ae124d6161484caec88a7a"` Oct 13 05:30:37.058 INFO blam! 32f6ebb85e9810ba26e224b5ef7077b18926ad8dc8ae124d6161484caec88a7a