Oct 12 00:15:04.622 INFO testing euphrates_virtual_memory-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 00:15:04.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 00:15:04.868 INFO blam! 657bb9d1a405f0b2d67c1cbc23b753f800d631b4b3a3ca5ce0bd0b0f3d092281 Oct 12 00:15:04.874 INFO running `"docker" "start" "-a" "657bb9d1a405f0b2d67c1cbc23b753f800d631b4b3a3ca5ce0bd0b0f3d092281"` Oct 12 00:15:05.389 INFO kablam! usermod: no changes Oct 12 00:15:05.516 INFO kablam! Compiling euphrates v0.1.0 Oct 12 00:16:01.672 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 12 00:16:05.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.83s Oct 12 00:16:05.248 INFO kablam! su: No module specific data is present Oct 12 00:16:06.805 INFO running `"docker" "rm" "-f" "657bb9d1a405f0b2d67c1cbc23b753f800d631b4b3a3ca5ce0bd0b0f3d092281"` Oct 12 00:16:07.108 INFO blam! 657bb9d1a405f0b2d67c1cbc23b753f800d631b4b3a3ca5ce0bd0b0f3d092281 Oct 12 00:16:07.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 00:16:07.618 INFO blam! 964ddd11594601102aa216f9bc95d666d2654ca860f31ac874e0ed7d27a8ab52 Oct 12 00:16:07.620 INFO running `"docker" "start" "-a" "964ddd11594601102aa216f9bc95d666d2654ca860f31ac874e0ed7d27a8ab52"` Oct 12 00:16:09.599 INFO kablam! usermod: no changes Oct 12 00:16:09.772 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 12 00:16:11.723 INFO kablam! error[E0308]: mismatched types Oct 12 00:16:11.723 INFO kablam! --> src/external.rs:606:37 Oct 12 00:16:11.723 INFO kablam! | Oct 12 00:16:11.723 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 12 00:16:11.723 INFO kablam! | ^^^^ expected u8, found array of 16384 elements Oct 12 00:16:11.723 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! = note: expected type `u8` Oct 12 00:16:11.725 INFO kablam! found type `[u8; 16384]` Oct 12 00:16:11.725 INFO kablam! Oct 12 00:16:11.725 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 12 00:16:11.725 INFO kablam! --> src/external.rs:606:27 Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 12 00:16:11.725 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 12 00:16:11.725 INFO kablam! = note: to learn more, visit Oct 12 00:16:11.725 INFO kablam! = note: required by `>::new` Oct 12 00:16:11.725 INFO kablam! Oct 12 00:16:11.725 INFO kablam! error[E0308]: mismatched types Oct 12 00:16:11.725 INFO kablam! --> src/external.rs:608:17 Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! 608 | ram0, Oct 12 00:16:11.725 INFO kablam! | ^^^^ expected u8, found array of 1024 elements Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! = note: expected type `u8` Oct 12 00:16:11.725 INFO kablam! found type `[u8; 1024]` Oct 12 00:16:11.725 INFO kablam! Oct 12 00:16:11.725 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 12 00:16:11.725 INFO kablam! --> src/external.rs:607:25 Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! 607 | system_ram: Box::new([ Oct 12 00:16:11.725 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 12 00:16:11.725 INFO kablam! | Oct 12 00:16:11.725 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 12 00:16:11.725 INFO kablam! = note: to learn more, visit Oct 12 00:16:11.725 INFO kablam! = note: required by `>::new` Oct 12 00:16:11.725 INFO kablam! Oct 12 00:16:11.923 INFO kablam! error: aborting due to 4 previous errors Oct 12 00:16:11.923 INFO kablam! Oct 12 00:16:11.923 INFO kablam! Some errors occurred: E0277, E0308. Oct 12 00:16:11.924 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 12 00:16:11.935 INFO kablam! error: Could not compile `euphrates_virtual_memory`. Oct 12 00:16:11.935 INFO kablam! Oct 12 00:16:11.936 INFO kablam! To learn more, run the command again with --verbose. Oct 12 00:16:11.937 INFO kablam! su: No module specific data is present Oct 12 00:16:13.391 INFO running `"docker" "rm" "-f" "964ddd11594601102aa216f9bc95d666d2654ca860f31ac874e0ed7d27a8ab52"` Oct 12 00:16:13.755 INFO blam! 964ddd11594601102aa216f9bc95d666d2654ca860f31ac874e0ed7d27a8ab52