Oct 16 12:32:37.078 INFO testing eidolon-1.4.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:32:37.079 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 16 12:32:37.503 INFO blam! 5a19325f1029966ca556b0fef6e72dcddd9f7c9090c5972223959d3ff36e5773 Oct 16 12:32:37.505 INFO running `"docker" "start" "-a" "5a19325f1029966ca556b0fef6e72dcddd9f7c9090c5972223959d3ff36e5773"` Oct 16 12:32:38.818 INFO kablam! usermod: no changes Oct 16 12:32:39.291 INFO kablam! Compiling butlerd v0.1.2 Oct 16 12:32:59.539 INFO kablam! Compiling eidolon v1.4.2 (/source) Oct 16 12:33:07.263 INFO kablam! warning: unused import: `std::fs` Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:1:5 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 1 | use std::fs; Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^ Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused import: `std::env` Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:2:5 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 2 | use std::env; Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused import: `std::fs::DirEntry` Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:4:5 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 4 | use std::fs::DirEntry; Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused import: `std::io` Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:5:5 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 5 | use std::io; Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused `#[macro_use]` import Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:11:1 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 11 | #[macro_use] Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused `#[macro_use]` import Oct 16 12:33:07.263 INFO kablam! --> src/main.rs:13:1 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 13 | #[macro_use] Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.263 INFO kablam! warning: unused import: `std::os::unix::fs::OpenOptionsExt` Oct 16 12:33:07.263 INFO kablam! --> src/eid_lib/mod.rs:7:9 Oct 16 12:33:07.263 INFO kablam! | Oct 16 12:33:07.263 INFO kablam! 7 | use std::os::unix::fs::OpenOptionsExt; Oct 16 12:33:07.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:33:07.263 INFO kablam! Oct 16 12:33:07.299 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 16 12:33:07.299 INFO kablam! --> src/eid_lib/mod.rs:537:29 Oct 16 12:33:07.299 INFO kablam! | Oct 16 12:33:07.299 INFO kablam! 537 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 16 12:33:07.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:33:07.299 INFO kablam! | Oct 16 12:33:07.299 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:33:07.299 INFO kablam! Oct 16 12:33:08.011 INFO kablam! error[E0609]: no field `game` on type `std::vec::Vec` Oct 16 12:33:08.011 INFO kablam! --> src/eid_lib/mod.rs:157:33 Oct 16 12:33:08.011 INFO kablam! | Oct 16 12:33:08.011 INFO kablam! 157 | let game = cave.game; Oct 16 12:33:08.011 INFO kablam! | ^^^^ unknown field Oct 16 12:33:08.011 INFO kablam! Oct 16 12:33:08.011 INFO kablam! error[E0609]: no field `id` on type `std::vec::Vec` Oct 16 12:33:08.011 INFO kablam! --> src/eid_lib/mod.rs:163:35 Oct 16 12:33:08.011 INFO kablam! | Oct 16 12:33:08.011 INFO kablam! 163 | command: cave.id, Oct 16 12:33:08.011 INFO kablam! | ^^ unknown field Oct 16 12:33:08.011 INFO kablam! Oct 16 12:33:08.115 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:08.115 INFO kablam! --> src/eid_lib/mod.rs:474:48 Oct 16 12:33:08.115 INFO kablam! | Oct 16 12:33:08.115 INFO kablam! 474 | let outname = contents.slice_unchecked( Oct 16 12:33:08.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:08.115 INFO kablam! Oct 16 12:33:08.115 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:08.115 INFO kablam! --> src/eid_lib/mod.rs:482:50 Oct 16 12:33:08.115 INFO kablam! | Oct 16 12:33:08.115 INFO kablam! 482 | let appid = contents.slice_unchecked( Oct 16 12:33:08.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:08.115 INFO kablam! Oct 16 12:33:08.115 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:08.115 INFO kablam! --> src/eid_lib/mod.rs:486:49 Oct 16 12:33:08.115 INFO kablam! | Oct 16 12:33:08.115 INFO kablam! 486 | let name = contents.slice_unchecked( Oct 16 12:33:08.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:08.115 INFO kablam! Oct 16 12:33:08.143 INFO kablam! error: aborting due to 2 previous errors Oct 16 12:33:08.144 INFO kablam! Oct 16 12:33:08.144 INFO kablam! For more information about this error, try `rustc --explain E0609`. Oct 16 12:33:08.175 INFO kablam! error: Could not compile `eidolon`. Oct 16 12:33:08.176 INFO kablam! Oct 16 12:33:08.176 INFO kablam! To learn more, run the command again with --verbose. Oct 16 12:33:08.183 INFO kablam! su: No module specific data is present Oct 16 12:33:09.351 INFO running `"docker" "rm" "-f" "5a19325f1029966ca556b0fef6e72dcddd9f7c9090c5972223959d3ff36e5773"` Oct 16 12:33:09.607 INFO blam! 5a19325f1029966ca556b0fef6e72dcddd9f7c9090c5972223959d3ff36e5773