Oct 16 11:56:40.446 INFO testing euphrates_virtual_memory-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 11:56:40.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:56:40.877 INFO blam! 9cafcdedb0566098d6b7e7a888241fb2c0de9b2600920d9a219477b3bf00053e Oct 16 11:56:40.883 INFO running `"docker" "start" "-a" "9cafcdedb0566098d6b7e7a888241fb2c0de9b2600920d9a219477b3bf00053e"` Oct 16 11:56:42.527 INFO kablam! usermod: no changes Oct 16 11:56:42.663 INFO kablam! Compiling euphrates v0.1.0 Oct 16 11:57:42.557 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 16 11:57:46.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 16 11:57:46.259 INFO kablam! su: No module specific data is present Oct 16 11:57:47.103 INFO running `"docker" "rm" "-f" "9cafcdedb0566098d6b7e7a888241fb2c0de9b2600920d9a219477b3bf00053e"` Oct 16 11:57:47.327 INFO blam! 9cafcdedb0566098d6b7e7a888241fb2c0de9b2600920d9a219477b3bf00053e Oct 16 11:57:47.337 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 11:57:47.796 INFO blam! cbb1a978018bb9c09539cd2832445c7d6b97a3bbf70a20d8a7e4c0084fdfbbcf Oct 16 11:57:47.798 INFO running `"docker" "start" "-a" "cbb1a978018bb9c09539cd2832445c7d6b97a3bbf70a20d8a7e4c0084fdfbbcf"` Oct 16 11:57:48.656 INFO kablam! usermod: no changes Oct 16 11:57:48.733 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 16 11:57:50.879 INFO kablam! error[E0308]: mismatched types Oct 16 11:57:50.879 INFO kablam! --> src/external.rs:606:37 Oct 16 11:57:50.880 INFO kablam! | Oct 16 11:57:50.880 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 16 11:57:50.880 INFO kablam! | ^^^^ expected u8, found array of 16384 elements Oct 16 11:57:50.880 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! = note: expected type `u8` Oct 16 11:57:50.881 INFO kablam! found type `[u8; 16384]` Oct 16 11:57:50.881 INFO kablam! Oct 16 11:57:50.881 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 16 11:57:50.881 INFO kablam! --> src/external.rs:606:27 Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 16 11:57:50.881 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 16 11:57:50.881 INFO kablam! = note: to learn more, visit Oct 16 11:57:50.881 INFO kablam! = note: required by `>::new` Oct 16 11:57:50.881 INFO kablam! Oct 16 11:57:50.881 INFO kablam! error[E0308]: mismatched types Oct 16 11:57:50.881 INFO kablam! --> src/external.rs:608:17 Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! 608 | ram0, Oct 16 11:57:50.881 INFO kablam! | ^^^^ expected u8, found array of 1024 elements Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! = note: expected type `u8` Oct 16 11:57:50.881 INFO kablam! found type `[u8; 1024]` Oct 16 11:57:50.881 INFO kablam! Oct 16 11:57:50.881 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 16 11:57:50.881 INFO kablam! --> src/external.rs:607:25 Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! 607 | system_ram: Box::new([ Oct 16 11:57:50.881 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 16 11:57:50.881 INFO kablam! | Oct 16 11:57:50.881 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 16 11:57:50.881 INFO kablam! = note: to learn more, visit Oct 16 11:57:50.881 INFO kablam! = note: required by `>::new` Oct 16 11:57:50.881 INFO kablam! Oct 16 11:57:51.051 INFO kablam! error: aborting due to 4 previous errors Oct 16 11:57:51.051 INFO kablam! Oct 16 11:57:51.051 INFO kablam! Some errors occurred: E0277, E0308. Oct 16 11:57:51.052 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 16 11:57:51.065 INFO kablam! error: Could not compile `euphrates_virtual_memory`. Oct 16 11:57:51.065 INFO kablam! Oct 16 11:57:51.065 INFO kablam! To learn more, run the command again with --verbose. Oct 16 11:57:51.067 INFO kablam! su: No module specific data is present Oct 16 11:57:51.430 INFO running `"docker" "rm" "-f" "cbb1a978018bb9c09539cd2832445c7d6b97a3bbf70a20d8a7e4c0084fdfbbcf"` Oct 16 11:57:51.571 INFO blam! cbb1a978018bb9c09539cd2832445c7d6b97a3bbf70a20d8a7e4c0084fdfbbcf