[INFO] cloning repository https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM4i-Imaging-Mass-Spectrometry%2Ffast-mass-microscopy-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM4i-Imaging-Mass-Spectrometry%2Ffast-mass-microscopy-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0c0fb0a574b122c68e3bec9753583b5875394954 [INFO] checking M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example/0c0fb0a574b122c68e3bec9753583b5875394954 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM4i-Imaging-Mass-Spectrometry%2Ffast-mass-microscopy-example" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example [INFO] finished tweaking git repo https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example [INFO] tweaked toml for git repo https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/M4i-Imaging-Mass-Spectrometry/fast-mass-microscopy-example 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mac_address v1.1.3 [INFO] [stderr] Downloaded simple-uuid v0.5.1 [INFO] [stderr] Downloaded plotly v0.7.0 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 063f4982f64e5e9c39f35c2c6b6177aa2d515428c26a083d639859ef049b9d62 [INFO] running `Command { std: "docker" "start" "-a" "063f4982f64e5e9c39f35c2c6b6177aa2d515428c26a083d639859ef049b9d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "063f4982f64e5e9c39f35c2c6b6177aa2d515428c26a083d639859ef049b9d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "063f4982f64e5e9c39f35c2c6b6177aa2d515428c26a083d639859ef049b9d62", kill_on_drop: false }` [INFO] [stdout] 063f4982f64e5e9c39f35c2c6b6177aa2d515428c26a083d639859ef049b9d62 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f14002b79e4c3b91f199d317d53e12362f32484eadb2057407e9d9dfc1c5703a [INFO] running `Command { std: "docker" "start" "-a" "f14002b79e4c3b91f199d317d53e12362f32484eadb2057407e9d9dfc1c5703a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling libm v0.2.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Checking once_cell v1.14.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bitvec v0.19.6 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Checking miniz_oxide v0.5.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking itoa v1.0.3 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking sha1 v0.6.1 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking itertools v0.10.4 [INFO] [stderr] Checking png v0.17.6 [INFO] [stderr] Checking mac_address v1.1.3 [INFO] [stderr] Checking simple-uuid v0.5.1 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Checking askama_shared v0.11.2 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking plotly v0.7.0 [INFO] [stderr] Checking two_grids_script v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(unchecked_math)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(unchecked_math)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | self.tot += (packet.unchecked_shr(16) & 0x00FF_FFFF).unchecked_mul(1024 * 25) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | self.tot += (packet.unchecked_shr(16) & 0x00FF_FFFF).unchecked_mul(1024 * 25) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:58:39 [INFO] [stdout] | [INFO] [stdout] 58 | self.col_offset = (packet.unchecked_shr(48) & 0xFF) as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | self.row_offset = (packet.unchecked_shr(40) & 0xFF) as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:58:39 [INFO] [stdout] | [INFO] [stdout] 58 | self.col_offset = (packet.unchecked_shr(48) & 0xFF) as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/hit.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | self.row_offset = (packet.unchecked_shr(40) & 0xFF) as u8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:97:47 [INFO] [stdout] | [INFO] [stdout] 97 | let pix = (p & 0x0000_7000_0000_0000).unchecked_shr(44); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:98:47 [INFO] [stdout] | [INFO] [stdout] 98 | let col = (p & 0x0FE0_0000_0000_0000).unchecked_shr(52).unchecked_add(pix.unchecked_shr(2)); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:98:83 [INFO] [stdout] | [INFO] [stdout] 98 | let col = (p & 0x0FE0_0000_0000_0000).unchecked_shr(52).unchecked_add(pix.unchecked_shr(2)); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:99:47 [INFO] [stdout] | [INFO] [stdout] 99 | let row = (p & 0x001F_8000_0000_0000).unchecked_shr(45).unchecked_add(pix & 0x3); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let tot = ((p.unchecked_shr(20)) & 0x3FF).unchecked_mul(25); // should we multiply? [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | let tmp = !(p.unchecked_shr(16)) & 0xF; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | let coa = ((p.unchecked_shr(30) & 0x3FFF).unchecked_shl(4) | tmp).unchecked_mul(25_000); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | let coa = ((p.unchecked_shr(30) & 0x3FFF).unchecked_shl(4) | tmp).unchecked_mul(25_000); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:103:75 [INFO] [stdout] | [INFO] [stdout] 103 | let toa = (p & 0xFFFF).unchecked_mul(409600000).unchecked_add(coa.unchecked_shr(4)); // ps [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:97:47 [INFO] [stdout] | [INFO] [stdout] 97 | let pix = (p & 0x0000_7000_0000_0000).unchecked_shr(44); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:98:47 [INFO] [stdout] | [INFO] [stdout] 98 | let col = (p & 0x0FE0_0000_0000_0000).unchecked_shr(52).unchecked_add(pix.unchecked_shr(2)); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:98:83 [INFO] [stdout] | [INFO] [stdout] 98 | let col = (p & 0x0FE0_0000_0000_0000).unchecked_shr(52).unchecked_add(pix.unchecked_shr(2)); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:99:47 [INFO] [stdout] | [INFO] [stdout] 99 | let row = (p & 0x001F_8000_0000_0000).unchecked_shr(45).unchecked_add(pix & 0x3); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let tot = ((p.unchecked_shr(20)) & 0x3FF).unchecked_mul(25); // should we multiply? [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | let tmp = !(p.unchecked_shr(16)) & 0xF; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | let coa = ((p.unchecked_shr(30) & 0x3FFF).unchecked_shl(4) | tmp).unchecked_mul(25_000); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | let coa = ((p.unchecked_shr(30) & 0x3FFF).unchecked_shl(4) | tmp).unchecked_mul(25_000); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'unchecked_shifts': niche optimization path [INFO] [stdout] --> src/reader.rs:103:75 [INFO] [stdout] | [INFO] [stdout] 103 | let toa = (p & 0xFFFF).unchecked_mul(409600000).unchecked_add(coa.unchecked_shr(4)); // ps [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #85122 for more information [INFO] [stdout] = help: add `#![feature(unchecked_shifts)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `two_grids_script` (bin "two_grids_script") due to 13 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `two_grids_script` (bin "two_grids_script" test) due to 13 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "f14002b79e4c3b91f199d317d53e12362f32484eadb2057407e9d9dfc1c5703a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f14002b79e4c3b91f199d317d53e12362f32484eadb2057407e9d9dfc1c5703a", kill_on_drop: false }` [INFO] [stdout] f14002b79e4c3b91f199d317d53e12362f32484eadb2057407e9d9dfc1c5703a