Nov 30 21:20:49.708 INFO checking hashmap_core-0.1.9 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 21:20:49.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-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"` Nov 30 21:20:50.054 INFO [stdout] 810b748de9f89d72c2e965dafb67f33fd296c95873eff3e75fe875949bd1d64a Nov 30 21:20:50.056 INFO running `"docker" "start" "-a" "810b748de9f89d72c2e965dafb67f33fd296c95873eff3e75fe875949bd1d64a"` Nov 30 21:20:51.056 INFO [stderr] usermod: no changes Nov 30 21:20:51.147 INFO [stderr] Checking hashmap_core v0.1.9 (/source) Nov 30 21:20:51.808 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:51.808 INFO [stderr] --> src/table.rs:663:18 Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] 663 | let hashes = Layout::array::(capacity)?; Nov 30 21:20:51.808 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:51.808 INFO [stderr] Nov 30 21:20:51.808 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:51.808 INFO [stderr] --> src/table.rs:664:17 Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] 664 | let pairs = Layout::array::<(K, V)>(capacity)?; Nov 30 21:20:51.808 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:51.808 INFO [stderr] Nov 30 21:20:51.808 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:51.808 INFO [stderr] --> src/table.rs:665:12 Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] 665 | hashes.extend(pairs).map(|(layout, _)| { Nov 30 21:20:51.808 INFO [stderr] | ^^^^^^ Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:51.808 INFO [stderr] Nov 30 21:20:51.808 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:51.808 INFO [stderr] --> src/table.rs:673:36 Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] 673 | hashes.size() + hashes.padding_needed_for(mem::align_of::<(K, V)>()), Nov 30 21:20:51.808 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 21:20:51.808 INFO [stderr] | Nov 30 21:20:51.808 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:51.808 INFO [stderr] Nov 30 21:20:51.836 INFO [stderr] error: aborting due to 4 previous errors Nov 30 21:20:51.836 INFO [stderr] Nov 30 21:20:51.836 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Nov 30 21:20:51.843 INFO [stderr] error: Could not compile `hashmap_core`. Nov 30 21:20:51.843 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 21:20:52.963 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:52.964 INFO [stderr] --> src/table.rs:663:18 Nov 30 21:20:52.964 INFO [stderr] | Nov 30 21:20:52.964 INFO [stderr] 663 | let hashes = Layout::array::(capacity)?; Nov 30 21:20:52.964 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 21:20:52.964 INFO [stderr] | Nov 30 21:20:52.964 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:52.964 INFO [stderr] Nov 30 21:20:52.968 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:52.968 INFO [stderr] --> src/table.rs:664:17 Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] 664 | let pairs = Layout::array::<(K, V)>(capacity)?; Nov 30 21:20:52.968 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:52.968 INFO [stderr] Nov 30 21:20:52.968 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:52.968 INFO [stderr] --> src/table.rs:665:12 Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] 665 | hashes.extend(pairs).map(|(layout, _)| { Nov 30 21:20:52.968 INFO [stderr] | ^^^^^^ Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:52.968 INFO [stderr] Nov 30 21:20:52.968 INFO [stderr] error[E0658]: use of unstable library feature 'alloc_layout_extra' (see issue #55724) Nov 30 21:20:52.968 INFO [stderr] --> src/table.rs:673:36 Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] 673 | hashes.size() + hashes.padding_needed_for(mem::align_of::<(K, V)>()), Nov 30 21:20:52.968 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 21:20:52.968 INFO [stderr] | Nov 30 21:20:52.968 INFO [stderr] = help: add #![feature(alloc_layout_extra)] to the crate attributes to enable Nov 30 21:20:52.968 INFO [stderr] Nov 30 21:20:53.012 INFO [stderr] error: aborting due to 4 previous errors Nov 30 21:20:53.012 INFO [stderr] Nov 30 21:20:53.012 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Nov 30 21:20:53.021 INFO [stderr] error: Could not compile `hashmap_core`. Nov 30 21:20:53.021 INFO [stderr] Nov 30 21:20:53.021 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 21:20:53.025 INFO [stderr] su: No module specific data is present Nov 30 21:20:53.953 INFO running `"docker" "inspect" "810b748de9f89d72c2e965dafb67f33fd296c95873eff3e75fe875949bd1d64a"` Nov 30 21:20:54.276 INFO running `"docker" "rm" "-f" "810b748de9f89d72c2e965dafb67f33fd296c95873eff3e75fe875949bd1d64a"` Nov 30 21:20:54.584 INFO [stdout] 810b748de9f89d72c2e965dafb67f33fd296c95873eff3e75fe875949bd1d64a