[INFO] fetching crate dec 0.4.11...
[INFO] testing dec-0.4.11 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate dec 0.4.11 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate dec 0.4.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dec 0.4.11
[INFO] tweaked toml for crates.io crate dec 0.4.11 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dec 0.4.11 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] crate crates.io crate dec 0.4.11 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" "+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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 0c6154f9b817c7cd9c957ba223d42ea3a5548b20edf16f985393e558d1e39acf
[INFO] running `Command { std: "docker" "start" "-a" "0c6154f9b817c7cd9c957ba223d42ea3a5548b20edf16f985393e558d1e39acf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c6154f9b817c7cd9c957ba223d42ea3a5548b20edf16f985393e558d1e39acf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c6154f9b817c7cd9c957ba223d42ea3a5548b20edf16f985393e558d1e39acf", kill_on_drop: false }`
[INFO] [stdout] 0c6154f9b817c7cd9c957ba223d42ea3a5548b20edf16f985393e558d1e39acf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 115e2f51df349dd57762a08470d1dc0364be111ab842d56d1818f87183a35338
[INFO] running `Command { std: "docker" "start" "-a" "115e2f51df349dd57762a08470d1dc0364be111ab842d56d1818f87183a35338", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling decnumber-sys v0.1.6
[INFO] [stderr]    Compiling dec v0.4.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tests`
[INFO] [stdout]    --> src/lib.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg(tests)]
[INFO] [stdout]     |       ^^^^^ help: there is a config with a similar name: `test`
[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(tests)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
[INFO] running `Command { std: "docker" "inspect" "115e2f51df349dd57762a08470d1dc0364be111ab842d56d1818f87183a35338", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "115e2f51df349dd57762a08470d1dc0364be111ab842d56d1818f87183a35338", kill_on_drop: false }`
[INFO] [stdout] 115e2f51df349dd57762a08470d1dc0364be111ab842d56d1818f87183a35338
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2d6cca2541f946d4498b52abdf03d87f60d91acf4570cdec6ce3c341d7fe8b42
[INFO] running `Command { std: "docker" "start" "-a" "2d6cca2541f946d4498b52abdf03d87f60d91acf4570cdec6ce3c341d7fe8b42", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stdout] warning: unexpected `cfg` condition name: `tests`
[INFO] [stdout]    --> src/lib.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg(tests)]
[INFO] [stdout]     |       ^^^^^ help: there is a config with a similar name: `test`
[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(tests)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling dec v0.4.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tests`
[INFO] [stdout]    --> src/lib.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg(tests)]
[INFO] [stdout]     |       ^^^^^ help: there is a config with a similar name: `test`
[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(tests)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.78s
[INFO] running `Command { std: "docker" "inspect" "2d6cca2541f946d4498b52abdf03d87f60d91acf4570cdec6ce3c341d7fe8b42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d6cca2541f946d4498b52abdf03d87f60d91acf4570cdec6ce3c341d7fe8b42", kill_on_drop: false }`
[INFO] [stdout] 2d6cca2541f946d4498b52abdf03d87f60d91acf4570cdec6ce3c341d7fe8b42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c80580805dd1cdbaf022509d26f0a04e6f0938edb47dbbf2d107699111a336e7
[INFO] running `Command { std: "docker" "start" "-a" "c80580805dd1cdbaf022509d26f0a04e6f0938edb47dbbf2d107699111a336e7", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `tests`
[INFO] [stderr]    --> src/lib.rs:106:7
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[cfg(tests)]
[INFO] [stderr]     |       ^^^^^ help: there is a config with a similar name: `test`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dec` (lib) generated 1 warning
[INFO] [stderr] warning: `dec` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dec-0276256b6c9db573)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/dec.rs (/opt/rustwide/target/debug/deps/dec-0e715aa5acf90ce7)
[INFO] [stdout] test decimal64::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test decnum_raw_parts ... ok
[INFO] [stdout] test decnum_raw_parts_bcd ... ok
[INFO] [stdout] test decnum_round_to_place ... ok
[INFO] [stdout] test test_constants_decimal128 ... ok
[INFO] [stdout] test test_agg_wide_narrow_decnum ... ok
[INFO] [stdout] test test_constants_decimal32 ... ok
[INFO] [stdout] test test_constants_decimal64 ... ok
[INFO] [stdout] test test_cx_into_i128 ... ok
[INFO] [stdout] test test_cx_into_u128 ... ok
[INFO] [stdout] test test_cx_into_u64 ... ok
[INFO] [stdout] test test_decimal128_decomposition ... ok
[INFO] [stdout] test test_decimal128_ops ... ok
[INFO] [stdout] test test_decimal128_rescale ... ok
[INFO] [stdout] test test_decimal128_set_exponent ... ok
[INFO] [stdout] test test_decimal32_decomposition ... ok
[INFO] [stdout] test test_decimal64_ops ... ok
[INFO] [stdout] test test_decimal128_special_value_coefficient ... ok
[INFO] [stdout] test test_decimal64_decomposition ... ok
[INFO] [stdout] test decnum_round_reduce_to_place ... ok
[INFO] [stdout] test test_cx_into_i64 ... ok
[INFO] [stdout] test test_decimal64_rescale ... ok
[INFO] [stdout] test test_decimal64_set_exponent ... ok
[INFO] [stdout] test test_decimal64_special_value_coefficient ... ok
[INFO] [stdout] test test_decnum_try_from_f64 ... ok
[INFO] [stdout] test test_decnum_coefficient ... ok
[INFO] [stdout] test test_i64_to_decimal ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive_f64 ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive ... ok
[INFO] [stdout] test test_i128_to_decimal ... ok
[INFO] [stdout] test test_ordered_decimal ... ok
[INFO] [stdout] test test_decnum_try_from_f32 ... ok
[INFO] [stdout] test test_decnum_tryinto_primitive_f32 ... ok
[INFO] [stdout] test test_i64_to_decimal64 ... ok
[INFO] [stdout] test test_standard_notation_dec_128 ... ok
[INFO] [stdout] test test_overloading ... ok
[INFO] [stdout] test test_u128_to_decimal ... ok
[INFO] [stdout] test test_i128_to_decimal128 ... ok
[INFO] [stdout] test test_standard_notation_dec_64 ... ok
[INFO] [stdout] test test_u64_to_decimal ... ok
[INFO] [stdout] test test_u128_to_decimal128 ... ok
[INFO] [stdout] test test_u64_to_decimal128 ... ok
[INFO] [stdout] test test_standard_notation_decimal ... ok
[INFO] [stdout] test test_i64_to_decimal128 ... ok
[INFO] [stdout] test test_ordered_decimal128 ... ok
[INFO] [stdout] test test_ordered_decimal64 ... ok
[INFO] [stdout] test test_to_width_decimal ... ok
[INFO] [stdout] test test_u64_to_decimal64 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dec
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/decimal128.rs - decimal128::Decimal128 (line 47) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::rescale (line 1090) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::from_i64 (line 662) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::from_u128 (line 744) ... ok
[INFO] [stdout] test src/decimal.rs - decimal::Context<Decimal<N>>::from_u128 (line 1561) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::from_u64 (line 690) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Decimal64 (line 47) ... ok
[INFO] [stdout] test src/decimal.rs - decimal::Context<Decimal<N>>::from_i128 (line 1532) ... ok
[INFO] [stdout] test src/lib.rs - (line 76) ... ok
[INFO] [stdout] test src/decimal128.rs - decimal128::Context<Decimal128>::from_i128 (line 716) ... ok
[INFO] [stdout] test src/decimal64.rs - decimal64::Context<Decimal64>::rescale (line 1053) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c80580805dd1cdbaf022509d26f0a04e6f0938edb47dbbf2d107699111a336e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c80580805dd1cdbaf022509d26f0a04e6f0938edb47dbbf2d107699111a336e7", kill_on_drop: false }`
[INFO] [stdout] c80580805dd1cdbaf022509d26f0a04e6f0938edb47dbbf2d107699111a336e7
