[INFO] cloning repository https://github.com/zebreus/hpc-lab [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zebreus/hpc-lab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebreus%2Fhpc-lab", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebreus%2Fhpc-lab'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb488974e6aa941ab8b49910d5287da73d52b540 [INFO] checking zebreus/hpc-lab against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebreus%2Fhpc-lab" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/zebreus/hpc-lab [INFO] finished tweaking git repo https://github.com/zebreus/hpc-lab [INFO] tweaked toml for git repo https://github.com/zebreus/hpc-lab written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zebreus/hpc-lab on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/zebreus/hpc-lab already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust_mpi v0.0.3 [INFO] [stderr] Downloaded tincture v1.0.0 [INFO] [stderr] Downloaded jpeg-encoder v0.5.1 [INFO] [stderr] Downloaded peg-runtime v0.8.2 [INFO] [stderr] Downloaded arr_macro v0.2.1 [INFO] [stderr] Downloaded bytes-cast-derive v0.2.0 [INFO] [stderr] Downloaded mpi-derive v0.1.1 [INFO] [stderr] Downloaded peg v0.8.2 [INFO] [stderr] Downloaded array-init v2.1.0 [INFO] [stderr] Downloaded peg-macros v0.8.2 [INFO] [stderr] Downloaded binrw_derive v0.13.2 [INFO] [stderr] Downloaded futures v0.3.29 [INFO] [stderr] Downloaded clap v4.4.17 [INFO] [stderr] Downloaded binrw v0.13.2 [INFO] [stderr] Downloaded itertools v0.12.0 [INFO] [stderr] Downloaded fast_image_resize v2.7.3 [INFO] [stderr] Downloaded mpi v0.7.0 [INFO] [stderr] Downloaded clap_builder v4.4.17 [INFO] [stderr] Downloaded ttf-parser v0.15.2 [INFO] [stderr] Downloaded fontdue v0.7.3 [INFO] [stderr] Downloaded thiserror-impl v1.0.50 [INFO] [stderr] Downloaded glidesort v0.1.2 [INFO] [stderr] Downloaded rdst v0.20.11 [INFO] [stderr] Downloaded is_sorted v0.1.1 [INFO] [stderr] Downloaded anstream v0.6.7 [INFO] [stderr] Downloaded colorgrad v0.6.2 [INFO] [stderr] Downloaded bytes-cast v0.3.0 [INFO] [stderr] Downloaded rustix v0.38.26 [INFO] [stderr] Downloaded crumsort v0.1.0 [INFO] [stderr] Downloaded futures-executor v0.3.29 [INFO] [stderr] Downloaded futures-io v0.3.29 [INFO] [stderr] Downloaded futures-macro v0.3.29 [INFO] [stderr] Downloaded arbitrary-chunks v0.4.1 [INFO] [stderr] Downloaded partition v0.1.2 [INFO] [stderr] Downloaded rotated-array-set v0.1.1 [INFO] [stderr] Downloaded hsl v0.1.1 [INFO] [stderr] Downloaded hsv v0.1.1 [INFO] [stderr] Downloaded libffi v3.2.0 [INFO] [stderr] Downloaded thiserror v1.0.50 [INFO] [stderr] Downloaded sort v0.8.5 [INFO] [stderr] Downloaded build-probe-mpi v0.1.3 [INFO] [stderr] Downloaded mpi-sys v0.2.1 [INFO] [stderr] Downloaded libc v0.1.12 [INFO] [stderr] Downloaded libc v0.2.150 [INFO] [stderr] Downloaded tokio v1.34.0 [INFO] [stderr] Downloaded libffi-sys v2.3.0 [INFO] [stderr] Downloaded libwebp-sys2 v0.1.9 [INFO] [stderr] Downloaded ril v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3fa4b8a4cc7f7bde4fea21cd30dc2664a73e50dae99ca781fd5bc6da10e55721 [INFO] running `Command { std: "docker" "start" "-a" "3fa4b8a4cc7f7bde4fea21cd30dc2664a73e50dae99ca781fd5bc6da10e55721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3fa4b8a4cc7f7bde4fea21cd30dc2664a73e50dae99ca781fd5bc6da10e55721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fa4b8a4cc7f7bde4fea21cd30dc2664a73e50dae99ca781fd5bc6da10e55721", kill_on_drop: false }` [INFO] [stdout] 3fa4b8a4cc7f7bde4fea21cd30dc2664a73e50dae99ca781fd5bc6da10e55721 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5267bfdb7d0f96411571ff31dec450613ec435d970c3a62d0e296cc1dcdeacc1 [INFO] running `Command { std: "docker" "start" "-a" "5267bfdb7d0f96411571ff31dec450613ec435d970c3a62d0e296cc1dcdeacc1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling rustix v0.38.26 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling build-probe-mpi v0.1.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling bindgen v0.68.1 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v1.2.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking anstream v0.6.7 [INFO] [stderr] Compiling libffi-sys v2.3.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Checking clap_builder v4.4.17 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling mpi v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Checking conv v0.3.3 [INFO] [stderr] Compiling libwebp-sys2 v0.1.9 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Compiling binrw_derive v0.13.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling mpi-derive v0.1.1 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Compiling peg-runtime v0.8.2 [INFO] [stderr] Checking weezl v0.1.7 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Checking csscolorparser v0.6.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling binrw v0.13.2 [INFO] [stderr] Checking clap v4.4.17 [INFO] [stderr] Checking ttf-parser v0.15.2 [INFO] [stderr] Compiling arr_macro_impl v0.2.1 [INFO] [stderr] Compiling bytes-cast-derive v0.2.0 [INFO] [stderr] Checking gif v0.12.0 [INFO] [stderr] Checking png v0.17.11 [INFO] [stderr] Checking colorgrad v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling peg-macros v0.8.2 [INFO] [stderr] Checking fast_image_resize v2.7.3 [INFO] [stderr] Checking fontdue v0.7.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking is_sorted v0.1.1 [INFO] [stderr] Checking futures-executor v0.3.29 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking partition v0.1.2 [INFO] [stderr] Checking jpeg-encoder v0.5.1 [INFO] [stderr] Checking libffi v3.2.0 [INFO] [stderr] Checking libc v0.1.12 [INFO] [stderr] Checking arbitrary-chunks v0.4.1 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking peg v0.8.2 [INFO] [stderr] Checking rust_mpi v0.0.3 [INFO] [stderr] Checking rdst v0.20.11 [INFO] [stderr] Checking futures v0.3.29 [INFO] [stderr] Checking rotated-array-set v0.1.1 [INFO] [stderr] Checking tokio v1.34.0 [INFO] [stderr] Checking arr_macro v0.2.1 [INFO] [stderr] Checking ril v0.10.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking bytes-cast v0.3.0 [INFO] [stderr] Checking crumsort v0.1.0 [INFO] [stderr] Checking tincture v1.0.0 [INFO] [stderr] Checking hsv v0.1.1 [INFO] [stderr] Checking hsl v0.1.1 [INFO] [stderr] Checking sort v0.8.5 [INFO] [stderr] Checking glidesort v0.1.2 [INFO] [stderr] Checking rust-matrix-multiplication v0.1.0 (/opt/rustwide/workdir/MatrixMult/rust-matrix-multiplication) [INFO] [stderr] Compiling mpi-sys v0.2.1 [INFO] [stderr] Checking lgca v0.1.0 (/opt/rustwide/workdir/lgca) [INFO] [stderr] Checking rust-sorting v0.1.0 (/opt/rustwide/workdir/Sorting/rust-sorting) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> lgca/src/main.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(inline_const_pat)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.88.0; see for more information [INFO] [stdout] = note: removed due to implementation concerns as it requires significant refactorings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | const { TO_WEST | TO_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:153:19 [INFO] [stdout] | [INFO] [stdout] 153 | const { TO_SOUTH_EAST | TO_NORTH_WEST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | const { TO_SOUTH_WEST | TO_NORTH_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:169:19 [INFO] [stdout] | [INFO] [stdout] 169 | const { TO_SOUTH_WEST | TO_NORTH_WEST | TO_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:172:19 [INFO] [stdout] | [INFO] [stdout] 172 | const { TO_SOUTH_EAST | TO_NORTH_EAST | TO_WEST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> lgca/src/main.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(inline_const_pat)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.88.0; see for more information [INFO] [stdout] = note: removed due to implementation concerns as it requires significant refactorings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | const { TO_WEST | TO_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:153:19 [INFO] [stdout] | [INFO] [stdout] 153 | const { TO_SOUTH_EAST | TO_NORTH_WEST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | const { TO_SOUTH_WEST | TO_NORTH_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:169:19 [INFO] [stdout] | [INFO] [stdout] 169 | const { TO_SOUTH_WEST | TO_NORTH_WEST | TO_EAST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const blocks cannot be used as patterns [INFO] [stdout] --> lgca/src/lgca/cell.rs:172:19 [INFO] [stdout] | [INFO] [stdout] 172 | const { TO_SOUTH_EAST | TO_NORTH_EAST | TO_WEST } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | / measure_time!("distributing", { [INFO] [stdout] 43 | | let file = File::open(input_file).unwrap(); [INFO] [stdout] 44 | | let mut reader = BufReader::with_capacity(100 * BLOCK_SIZE, file); [INFO] [stdout] ... | [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | / measure_time!("distributing", { [INFO] [stdout] 43 | | let file = File::open(input_file).unwrap(); [INFO] [stdout] 44 | | let mut reader = BufReader::with_capacity(100 * BLOCK_SIZE, file); [INFO] [stdout] ... | [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | / measure_time!("collecting", { [INFO] [stdout] 78 | | '_inner: loop { [INFO] [stdout] 79 | | // Try to refill buffers [INFO] [stdout] 80 | | for i in 0..(size - 1) { [INFO] [stdout] ... | [INFO] [stdout] 140 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | / measure_time!("writing", { [INFO] [stdout] 143 | | let output_file_path = output_directory.join("output.sorted"); [INFO] [stdout] 144 | | let output_file = std::fs::File::create(&output_file_path).unwrap(); [INFO] [stdout] 145 | | let mut writer = BufWriter::new(output_file); [INFO] [stdout] ... | [INFO] [stdout] 149 | | writer.flush().unwrap(); [INFO] [stdout] 150 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / measure_time!("node receiving", { [INFO] [stdout] 157 | | let mut buffer = SortedEntries::new(); [INFO] [stdout] 158 | | let mut counter = 0; [INFO] [stdout] 159 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 170 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | / measure_time!("node receiving", { [INFO] [stdout] 157 | | let mut buffer = SortedEntries::new(); [INFO] [stdout] 158 | | let mut counter = 0; [INFO] [stdout] 159 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 170 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | / measure_time!("node sending", { [INFO] [stdout] 187 | | let result_vec = entries_to_u8_unsafe(vecc); [INFO] [stdout] 188 | | [INFO] [stdout] 189 | | let result_chunks = result_vec.chunks(BLOCK_SIZE * 100); [INFO] [stdout] ... | [INFO] [stdout] 199 | | world.process_at_rank(0).send(&[42u8]); [INFO] [stdout] 200 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / measure_time!("node sending", { [INFO] [stdout] 187 | | let result_vec = entries_to_u8_unsafe(vecc); [INFO] [stdout] 188 | | [INFO] [stdout] 189 | | let result_chunks = result_vec.chunks(BLOCK_SIZE * 100); [INFO] [stdout] ... | [INFO] [stdout] 199 | | world.process_at_rank(0).send(&[42u8]); [INFO] [stdout] 200 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> Sorting/rust-sorting/src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `array_chunks` [INFO] [stdout] --> Sorting/rust-sorting/src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(array_chunks)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `use_real_collisions_in_core` [INFO] [stdout] --> lgca/src/lgca/new_movements.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | if cfg!(use_real_collisions_in_core) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_real_collisions_in_core)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_real_collisions_in_core)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_100000` [INFO] [stdout] --> lgca/src/main.rs:119:34 [INFO] [stdout] | [INFO] [stdout] 119 | const WIDTH: usize = if cfg!(width_100000) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_100000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_100000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_10000` [INFO] [stdout] --> lgca/src/main.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | } else if cfg!(width_10000) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_10000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_10000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_1000` [INFO] [stdout] --> lgca/src/main.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | } else if cfg!(width_1000) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_1000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_1000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> lgca/src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `array_chunks` [INFO] [stdout] --> lgca/src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(array_chunks)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `use_real_collisions_in_core` [INFO] [stdout] --> lgca/src/lgca/new_movements.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | if cfg!(use_real_collisions_in_core) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_real_collisions_in_core)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_real_collisions_in_core)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_100000` [INFO] [stdout] --> lgca/src/main.rs:119:34 [INFO] [stdout] | [INFO] [stdout] 119 | const WIDTH: usize = if cfg!(width_100000) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_100000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_100000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_10000` [INFO] [stdout] --> lgca/src/main.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | } else if cfg!(width_10000) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_10000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_10000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `width_1000` [INFO] [stdout] --> lgca/src/main.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | } else if cfg!(width_1000) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(width_1000)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(width_1000)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> lgca/src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `array_chunks` [INFO] [stdout] --> lgca/src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(array_chunks)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | / measure_time!("distributing", { [INFO] [stdout] 43 | | let file = File::open(input_file).unwrap(); [INFO] [stdout] 44 | | let mut reader = BufReader::with_capacity(100 * BLOCK_SIZE, file); [INFO] [stdout] ... | [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | / measure_time!("distributing", { [INFO] [stdout] 43 | | let file = File::open(input_file).unwrap(); [INFO] [stdout] 44 | | let mut reader = BufReader::with_capacity(100 * BLOCK_SIZE, file); [INFO] [stdout] ... | [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | / measure_time!("collecting", { [INFO] [stdout] 78 | | '_inner: loop { [INFO] [stdout] 79 | | // Try to refill buffers [INFO] [stdout] 80 | | for i in 0..(size - 1) { [INFO] [stdout] ... | [INFO] [stdout] 140 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | / measure_time!("writing", { [INFO] [stdout] 143 | | let output_file_path = output_directory.join("output.sorted"); [INFO] [stdout] 144 | | let output_file = std::fs::File::create(&output_file_path).unwrap(); [INFO] [stdout] 145 | | let mut writer = BufWriter::new(output_file); [INFO] [stdout] ... | [INFO] [stdout] 149 | | writer.flush().unwrap(); [INFO] [stdout] 150 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | / measure_time!("node receiving", { [INFO] [stdout] 157 | | let mut buffer = SortedEntries::new(); [INFO] [stdout] 158 | | let mut counter = 0; [INFO] [stdout] 159 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 170 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | / measure_time!("node receiving", { [INFO] [stdout] 157 | | let mut buffer = SortedEntries::new(); [INFO] [stdout] 158 | | let mut counter = 0; [INFO] [stdout] 159 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 170 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolons [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | / measure_time!("node sending", { [INFO] [stdout] 187 | | let result_vec = entries_to_u8_unsafe(vecc); [INFO] [stdout] 188 | | [INFO] [stdout] 189 | | let result_chunks = result_vec.chunks(BLOCK_SIZE * 100); [INFO] [stdout] ... | [INFO] [stdout] 199 | | world.process_at_rank(0).send(&[42u8]); [INFO] [stdout] 200 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_block_sort.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | $($preparation ;)* [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / measure_time!("node sending", { [INFO] [stdout] 187 | | let result_vec = entries_to_u8_unsafe(vecc); [INFO] [stdout] 188 | | [INFO] [stdout] 189 | | let result_chunks = result_vec.chunks(BLOCK_SIZE * 100); [INFO] [stdout] ... | [INFO] [stdout] 199 | | world.process_at_rank(0).send(&[42u8]); [INFO] [stdout] 200 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `measure_time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[[lgca::cell::Cell; WIDTH]]` in the current scope [INFO] [stdout] --> lgca/src/lgca/visualization.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | for (y, rows) in cells.array_chunks::<4>().enumerate() { [INFO] [stdout] | ^^^^^^^^^^^^ `&[[lgca::cell::Cell; WIDTH]]` is not an iterator [INFO] [stdout] | [INFO] [stdout] help: call `.into_iter()` first [INFO] [stdout] | [INFO] [stdout] 112 | for (y, rows) in cells.into_iter().array_chunks::<4>().enumerate() { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> Sorting/rust-sorting/src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `array_chunks` [INFO] [stdout] --> Sorting/rust-sorting/src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(array_chunks)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[[lgca::cell::Cell; WIDTH]]` in the current scope [INFO] [stdout] --> lgca/src/lgca/visualization.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | for (y, rows) in cells.array_chunks::<4>().enumerate() { [INFO] [stdout] | ^^^^^^^^^^^^ `&[[lgca::cell::Cell; WIDTH]]` is not an iterator [INFO] [stdout] | [INFO] [stdout] help: call `.into_iter()` first [INFO] [stdout] | [INFO] [stdout] 112 | for (y, rows) in cells.into_iter().array_chunks::<4>().enumerate() { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `metrics` found for struct `Handle` in the current scope [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_distributed_radix_sort.rs:627:37 [INFO] [stdout] | [INFO] [stdout] 627 | let metrics = Handle::current().metrics(); [INFO] [stdout] | ^^^^^^^ method not found in `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> Sorting/rust-sorting/src/entry.rs:219:31 [INFO] [stdout] | [INFO] [stdout] 219 | buffers: unsafe { Box::new_zeroed().assume_init() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0557, E0599, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lgca` (bin "lgca") due to 8 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `metrics` found for struct `Handle` in the current scope [INFO] [stdout] --> Sorting/rust-sorting/src/sorting/mpi_distributed_radix_sort.rs:627:37 [INFO] [stdout] | [INFO] [stdout] 627 | let metrics = Handle::current().metrics(); [INFO] [stdout] | ^^^^^^^ method not found in `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `new_zeroed_alloc` [INFO] [stdout] --> Sorting/rust-sorting/src/entry.rs:219:31 [INFO] [stdout] | [INFO] [stdout] 219 | buffers: unsafe { Box::new_zeroed().assume_init() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #129396 for more information [INFO] [stdout] = help: add `#![feature(new_zeroed_alloc)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0557, E0599, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lgca` (bin "lgca" test) due to 8 previous errors; 5 warnings emitted [INFO] [stdout] Some errors have detailed explanations: E0599, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-sorting` (bin "rust-sorting" test) due to 3 previous errors; 9 warnings emitted [INFO] [stdout] Some errors have detailed explanations: E0599, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-sorting` (bin "rust-sorting") due to 3 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5267bfdb7d0f96411571ff31dec450613ec435d970c3a62d0e296cc1dcdeacc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5267bfdb7d0f96411571ff31dec450613ec435d970c3a62d0e296cc1dcdeacc1", kill_on_drop: false }` [INFO] [stdout] 5267bfdb7d0f96411571ff31dec450613ec435d970c3a62d0e296cc1dcdeacc1