Oct 12 00:15:00.431 INFO testing euphrates_virtual_memory-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 00:15:00.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 00:15:00.805 INFO blam! 5212db7d5e39f81045c2679bfc19d3663b2b70ec681fc56e5f5a331faa809d47 Oct 12 00:15:00.808 INFO running `"docker" "start" "-a" "5212db7d5e39f81045c2679bfc19d3663b2b70ec681fc56e5f5a331faa809d47"` Oct 12 00:15:02.724 INFO kablam! usermod: no changes Oct 12 00:15:02.904 INFO kablam! Compiling serde v1.0.79 Oct 12 00:15:15.216 INFO kablam! Compiling bincode v1.0.1 Oct 12 00:15:16.425 INFO kablam! Compiling euphrates v0.1.0 Oct 12 00:16:14.485 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 12 00:16:15.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 12 00:16:15.330 INFO kablam! su: No module specific data is present Oct 12 00:16:16.368 INFO running `"docker" "rm" "-f" "5212db7d5e39f81045c2679bfc19d3663b2b70ec681fc56e5f5a331faa809d47"` Oct 12 00:16:16.600 INFO blam! 5212db7d5e39f81045c2679bfc19d3663b2b70ec681fc56e5f5a331faa809d47 Oct 12 00:16:16.602 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 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:16.953 INFO blam! 4e28abb0561fcc60856610a9ef6fad914bddb689d5a912fc924404d0276ed4c3 Oct 12 00:16:16.955 INFO running `"docker" "start" "-a" "4e28abb0561fcc60856610a9ef6fad914bddb689d5a912fc924404d0276ed4c3"` Oct 12 00:16:18.628 INFO kablam! usermod: no changes Oct 12 00:16:18.776 INFO kablam! Compiling euphrates_virtual_memory v0.1.0 (/source) Oct 12 00:16:19.229 INFO kablam! error[E0308]: mismatched types Oct 12 00:16:19.229 INFO kablam! --> src/external.rs:606:37 Oct 12 00:16:19.229 INFO kablam! | Oct 12 00:16:19.229 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 12 00:16:19.229 INFO kablam! | ^^^^ expected u8, found array of 16384 elements Oct 12 00:16:19.229 INFO kablam! | Oct 12 00:16:19.229 INFO kablam! = note: expected type `u8` Oct 12 00:16:19.229 INFO kablam! found type `[u8; 16384]` Oct 12 00:16:19.229 INFO kablam! Oct 12 00:16:19.229 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 12 00:16:19.229 INFO kablam! --> src/external.rs:606:27 Oct 12 00:16:19.229 INFO kablam! | Oct 12 00:16:19.229 INFO kablam! 606 | rom: Arc::new(Box::new([rom0, rom1])), Oct 12 00:16:19.229 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 12 00:16:19.229 INFO kablam! | Oct 12 00:16:19.229 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 12 00:16:19.229 INFO kablam! = note: to learn more, visit Oct 12 00:16:19.230 INFO kablam! = note: required by `>::new` Oct 12 00:16:19.230 INFO kablam! Oct 12 00:16:19.236 INFO kablam! error[E0308]: mismatched types Oct 12 00:16:19.236 INFO kablam! --> src/external.rs:608:17 Oct 12 00:16:19.236 INFO kablam! | Oct 12 00:16:19.236 INFO kablam! 608 | ram0, Oct 12 00:16:19.236 INFO kablam! | ^^^^ expected u8, found array of 1024 elements Oct 12 00:16:19.236 INFO kablam! | Oct 12 00:16:19.236 INFO kablam! = note: expected type `u8` Oct 12 00:16:19.236 INFO kablam! found type `[u8; 1024]` Oct 12 00:16:19.236 INFO kablam! Oct 12 00:16:19.236 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 12 00:16:19.236 INFO kablam! --> src/external.rs:607:25 Oct 12 00:16:19.236 INFO kablam! | Oct 12 00:16:19.236 INFO kablam! 607 | system_ram: Box::new([ Oct 12 00:16:19.236 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 12 00:16:19.236 INFO kablam! | Oct 12 00:16:19.236 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 12 00:16:19.236 INFO kablam! = note: to learn more, visit Oct 12 00:16:19.236 INFO kablam! = note: required by `>::new` Oct 12 00:16:19.237 INFO kablam! Oct 12 00:16:19.429 INFO kablam! error: aborting due to 4 previous errors Oct 12 00:16:19.429 INFO kablam! Oct 12 00:16:19.429 INFO kablam! Some errors occurred: E0277, E0308. Oct 12 00:16:19.429 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 12 00:16:19.443 INFO kablam! error: Could not compile `euphrates_virtual_memory`. Oct 12 00:16:19.443 INFO kablam! Oct 12 00:16:19.443 INFO kablam! To learn more, run the command again with --verbose. Oct 12 00:16:19.445 INFO kablam! su: No module specific data is present Oct 12 00:16:20.452 INFO running `"docker" "rm" "-f" "4e28abb0561fcc60856610a9ef6fad914bddb689d5a912fc924404d0276ed4c3"` Oct 12 00:16:20.740 INFO blam! 4e28abb0561fcc60856610a9ef6fad914bddb689d5a912fc924404d0276ed4c3