[INFO] fetching crate cosmian_fpe 0.5.2... [INFO] testing cosmian_fpe-0.5.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate cosmian_fpe 0.5.2 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate cosmian_fpe 0.5.2 [INFO] finished tweaking crates.io crate cosmian_fpe 0.5.2 [INFO] tweaked toml for crates.io crate cosmian_fpe 0.5.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cosmian_fpe 0.5.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 147 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding criterion-cycles-per-byte v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding pprof v0.11.1 (available: v0.15.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71c3ae5e37ffa2f6f28884caa708b80a74dd99f82e38e8c35ebfc015badce951 [INFO] running `Command { std: "docker" "start" "-a" "71c3ae5e37ffa2f6f28884caa708b80a74dd99f82e38e8c35ebfc015badce951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71c3ae5e37ffa2f6f28884caa708b80a74dd99f82e38e8c35ebfc015badce951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71c3ae5e37ffa2f6f28884caa708b80a74dd99f82e38e8c35ebfc015badce951", kill_on_drop: false }` [INFO] [stdout] 71c3ae5e37ffa2f6f28884caa708b80a74dd99f82e38e8c35ebfc015badce951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d1df02a7211043727a66d4d5845fb87e9a76004706885881d3981b3ef282771 [INFO] running `Command { std: "docker" "start" "-a" "0d1df02a7211043727a66d4d5845fb87e9a76004706885881d3981b3ef282771", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling cosmian_fpe v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 79 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 160 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 160 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "0d1df02a7211043727a66d4d5845fb87e9a76004706885881d3981b3ef282771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d1df02a7211043727a66d4d5845fb87e9a76004706885881d3981b3ef282771", kill_on_drop: false }` [INFO] [stdout] 0d1df02a7211043727a66d4d5845fb87e9a76004706885881d3981b3ef282771 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9ff42b17c126605811e59bb4c5c041008d6ba0e269ca967cd16da2efffd8ee6 [INFO] running `Command { std: "docker" "start" "-a" "d9ff42b17c126605811e59bb4c5c041008d6ba0e269ca967cd16da2efffd8ee6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling symbolic-demangle v10.2.1 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling pprof v0.11.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 79 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 160 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 160 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling symbolic-common v10.2.1 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling criterion-cycles-per-byte v0.4.0 [INFO] [stderr] Compiling cosmian_fpe v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 79 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/ff1/alloc.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 160 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stdout] 160 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 36.66s [INFO] running `Command { std: "docker" "inspect" "d9ff42b17c126605811e59bb4c5c041008d6ba0e269ca967cd16da2efffd8ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9ff42b17c126605811e59bb4c5c041008d6ba0e269ca967cd16da2efffd8ee6", kill_on_drop: false }` [INFO] [stdout] d9ff42b17c126605811e59bb4c5c041008d6ba0e269ca967cd16da2efffd8ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2af97f5ff5cbe87b6c977dbbaedd0bb8fc023773fc0c74267d8098c40cc0ac51 [INFO] running `Command { std: "docker" "start" "-a" "2af97f5ff5cbe87b6c977dbbaedd0bb8fc023773fc0c74267d8098c40cc0ac51", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/ff1/alloc.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] 79 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/ff1/alloc.rs:160:31 [INFO] [stderr] | [INFO] [stderr] 160 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 160 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] 160 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `cosmian_fpe` (lib) generated 2 warnings (run `cargo fix --lib -p cosmian_fpe` to apply 2 suggestions) [INFO] [stderr] warning: `cosmian_fpe` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cosmian_fpe-51fe732e5bb86e0b) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test ff1::alloc::tests::binary_split_round_trip ... ok [INFO] [stdout] test ff1::alloc::tests::radix_10_length_limits ... ok [INFO] [stdout] test ff1::tests::radix ... ok [INFO] [stdout] test ff1::alloc::tests::ns_is_valid ... ok [INFO] [stdout] test ff1::alloc::tests::radix_2_length_limits ... ok [INFO] [stdout] test ff1::ff1_18::test_doc_example_18_rounds ... ok [INFO] [stdout] test ff1::tests::log_10_min_ns_domain_size ... ok [INFO] [stdout] test ff1::alloc::tests::binary ... ok [INFO] [stdout] test ff1::alloc::tests::flexible ... ok [INFO] [stdout] test ff1::alloc::tests::flexible_split_round_trip ... ok [INFO] [stderr] Doc-tests cosmian_fpe [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/ff1/alloc.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] 79 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/ff1/alloc.rs:160:31 [INFO] [stderr] | [INFO] [stderr] 160 | self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 160 - self.0.iter().all(|n| (u32::from(*n) < radix)) [INFO] [stderr] 160 + self.0.iter().all(|n| u32::from(*n) < radix) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 5) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `fpe` [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate fpe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "2af97f5ff5cbe87b6c977dbbaedd0bb8fc023773fc0c74267d8098c40cc0ac51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2af97f5ff5cbe87b6c977dbbaedd0bb8fc023773fc0c74267d8098c40cc0ac51", kill_on_drop: false }` [INFO] [stdout] 2af97f5ff5cbe87b6c977dbbaedd0bb8fc023773fc0c74267d8098c40cc0ac51