Oct 16 12:32:39.215 INFO testing eidolon-1.4.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:32:39.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:32:39.719 INFO blam! f08dc1e42fd0a0e8f9572c16a9261c949b1c9d82dd4a4719d66e9e6fc64d5b0f Oct 16 12:32:39.722 INFO running `"docker" "start" "-a" "f08dc1e42fd0a0e8f9572c16a9261c949b1c9d82dd4a4719d66e9e6fc64d5b0f"` Oct 16 12:32:41.363 INFO kablam! usermod: no changes Oct 16 12:32:41.727 INFO kablam! Compiling butlerd v0.1.2 Oct 16 12:33:01.517 INFO kablam! Compiling eidolon v1.4.2 (/source) Oct 16 12:33:09.623 INFO kablam! warning: unused import: `std::fs` Oct 16 12:33:09.624 INFO kablam! --> src/main.rs:1:5 Oct 16 12:33:09.624 INFO kablam! | Oct 16 12:33:09.624 INFO kablam! 1 | use std::fs; Oct 16 12:33:09.624 INFO kablam! | ^^^^^^^ Oct 16 12:33:09.625 INFO kablam! | Oct 16 12:33:09.625 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:33:09.625 INFO kablam! Oct 16 12:33:09.625 INFO kablam! warning: unused import: `std::env` Oct 16 12:33:09.626 INFO kablam! --> src/main.rs:2:5 Oct 16 12:33:09.626 INFO kablam! | Oct 16 12:33:09.626 INFO kablam! 2 | use std::env; Oct 16 12:33:09.627 INFO kablam! | ^^^^^^^^ Oct 16 12:33:09.627 INFO kablam! Oct 16 12:33:09.627 INFO kablam! warning: unused import: `std::fs::DirEntry` Oct 16 12:33:09.627 INFO kablam! --> src/main.rs:4:5 Oct 16 12:33:09.628 INFO kablam! | Oct 16 12:33:09.628 INFO kablam! 4 | use std::fs::DirEntry; Oct 16 12:33:09.628 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:33:09.628 INFO kablam! Oct 16 12:33:09.629 INFO kablam! warning: unused import: `std::io` Oct 16 12:33:09.629 INFO kablam! --> src/main.rs:5:5 Oct 16 12:33:09.629 INFO kablam! | Oct 16 12:33:09.630 INFO kablam! 5 | use std::io; Oct 16 12:33:09.630 INFO kablam! | ^^^^^^^ Oct 16 12:33:09.630 INFO kablam! Oct 16 12:33:09.630 INFO kablam! warning: unused `#[macro_use]` import Oct 16 12:33:09.631 INFO kablam! --> src/main.rs:11:1 Oct 16 12:33:09.631 INFO kablam! | Oct 16 12:33:09.631 INFO kablam! 11 | #[macro_use] Oct 16 12:33:09.631 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:33:09.632 INFO kablam! Oct 16 12:33:09.632 INFO kablam! warning: unused `#[macro_use]` import Oct 16 12:33:09.632 INFO kablam! --> src/main.rs:13:1 Oct 16 12:33:09.632 INFO kablam! | Oct 16 12:33:09.633 INFO kablam! 13 | #[macro_use] Oct 16 12:33:09.633 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:33:09.633 INFO kablam! Oct 16 12:33:09.634 INFO kablam! warning: unused import: `std::os::unix::fs::OpenOptionsExt` Oct 16 12:33:09.634 INFO kablam! --> src/eid_lib/mod.rs:7:9 Oct 16 12:33:09.634 INFO kablam! | Oct 16 12:33:09.634 INFO kablam! 7 | use std::os::unix::fs::OpenOptionsExt; Oct 16 12:33:09.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:33:09.635 INFO kablam! Oct 16 12:33:09.641 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:09.642 INFO kablam! --> src/eid_lib/mod.rs:537:29 Oct 16 12:33:09.642 INFO kablam! | Oct 16 12:33:09.642 INFO kablam! 537 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 16 12:33:09.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:33:09.643 INFO kablam! | Oct 16 12:33:09.647 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:33:09.647 INFO kablam! Oct 16 12:33:10.319 INFO kablam! error[E0609]: no field `game` on type `std::vec::Vec` Oct 16 12:33:10.319 INFO kablam! --> src/eid_lib/mod.rs:157:33 Oct 16 12:33:10.319 INFO kablam! | Oct 16 12:33:10.319 INFO kablam! 157 | let game = cave.game; Oct 16 12:33:10.319 INFO kablam! | ^^^^ unknown field Oct 16 12:33:10.319 INFO kablam! Oct 16 12:33:10.319 INFO kablam! error[E0609]: no field `id` on type `std::vec::Vec` Oct 16 12:33:10.319 INFO kablam! --> src/eid_lib/mod.rs:163:35 Oct 16 12:33:10.319 INFO kablam! | Oct 16 12:33:10.319 INFO kablam! 163 | command: cave.id, Oct 16 12:33:10.319 INFO kablam! | ^^ unknown field Oct 16 12:33:10.319 INFO kablam! Oct 16 12:33:10.384 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:10.387 INFO kablam! --> src/eid_lib/mod.rs:474:48 Oct 16 12:33:10.412 INFO kablam! | Oct 16 12:33:10.412 INFO kablam! 474 | let outname = contents.slice_unchecked( Oct 16 12:33:10.412 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:10.412 INFO kablam! Oct 16 12:33:10.412 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:10.412 INFO kablam! --> src/eid_lib/mod.rs:482:50 Oct 16 12:33:10.412 INFO kablam! | Oct 16 12:33:10.412 INFO kablam! 482 | let appid = contents.slice_unchecked( Oct 16 12:33:10.412 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:10.412 INFO kablam! Oct 16 12:33:10.412 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:33:10.412 INFO kablam! --> src/eid_lib/mod.rs:486:49 Oct 16 12:33:10.412 INFO kablam! | Oct 16 12:33:10.412 INFO kablam! 486 | let name = contents.slice_unchecked( Oct 16 12:33:10.412 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:33:10.412 INFO kablam! Oct 16 12:33:10.412 INFO kablam! error: aborting due to 2 previous errors Oct 16 12:33:10.412 INFO kablam! Oct 16 12:33:10.412 INFO kablam! For more information about this error, try `rustc --explain E0609`. Oct 16 12:33:10.443 INFO kablam! error: Could not compile `eidolon`. Oct 16 12:33:10.443 INFO kablam! Oct 16 12:33:10.443 INFO kablam! To learn more, run the command again with --verbose. Oct 16 12:33:10.444 INFO kablam! su: No module specific data is present Oct 16 12:33:11.281 INFO running `"docker" "rm" "-f" "f08dc1e42fd0a0e8f9572c16a9261c949b1c9d82dd4a4719d66e9e6fc64d5b0f"` Oct 16 12:33:11.642 INFO blam! f08dc1e42fd0a0e8f9572c16a9261c949b1c9d82dd4a4719d66e9e6fc64d5b0f