[INFO] fetching crate num-modular 0.6.1...
[INFO] testing num-modular-0.6.1 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] extracting crate num-modular 0.6.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate num-modular 0.6.1 on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate num-modular 0.6.1
[INFO] finished tweaking crates.io crate num-modular 0.6.1
[INFO] tweaked toml for crates.io crate num-modular 0.6.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a171732b354fe30424281e422e828e066c8f9a09d0c08af236cdcc3640ed687c
[INFO] running `Command { std: "docker" "start" "-a" "a171732b354fe30424281e422e828e066c8f9a09d0c08af236cdcc3640ed687c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a171732b354fe30424281e422e828e066c8f9a09d0c08af236cdcc3640ed687c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a171732b354fe30424281e422e828e066c8f9a09d0c08af236cdcc3640ed687c", kill_on_drop: false }`
[INFO] [stdout] a171732b354fe30424281e422e828e066c8f9a09d0c08af236cdcc3640ed687c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a07c98611c40e8113700c7908af736e33616496f9d4360215e20f3ec73dbda0
[INFO] running `Command { std: "docker" "start" "-a" "9a07c98611c40e8113700c7908af736e33616496f9d4360215e20f3ec73dbda0", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-modular v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]  --> src/reduced.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "num_traits")]
[INFO] [stdout]   |       ^^^^^^^^^^------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]   = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:153:7
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "9a07c98611c40e8113700c7908af736e33616496f9d4360215e20f3ec73dbda0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a07c98611c40e8113700c7908af736e33616496f9d4360215e20f3ec73dbda0", kill_on_drop: false }`
[INFO] [stdout] 9a07c98611c40e8113700c7908af736e33616496f9d4360215e20f3ec73dbda0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94adb87907a209078be50276c7d770d73674176cb6f519d6f3b5e9744fa39514
[INFO] running `Command { std: "docker" "start" "-a" "94adb87907a209078be50276c7d770d73674176cb6f519d6f3b5e9744fa39514", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]  --> src/reduced.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "num_traits")]
[INFO] [stdout]   |       ^^^^^^^^^^------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]   = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:153:7
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-modular v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]  --> src/reduced.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "num_traits")]
[INFO] [stdout]   |       ^^^^^^^^^^------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]   = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:153:7
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stdout]    --> src/reduced.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[cfg(feature = "num_traits")]
[INFO] [stdout]     |       ^^^^^^^^^^------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stdout]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.22s
[INFO] running `Command { std: "docker" "inspect" "94adb87907a209078be50276c7d770d73674176cb6f519d6f3b5e9744fa39514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94adb87907a209078be50276c7d770d73674176cb6f519d6f3b5e9744fa39514", kill_on_drop: false }`
[INFO] [stdout] 94adb87907a209078be50276c7d770d73674176cb6f519d6f3b5e9744fa39514
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 476234d93fb0ece897ba81b0b5af719430091d430b278a1c0fbae1e85109f563
[INFO] running `Command { std: "docker" "start" "-a" "476234d93fb0ece897ba81b0b5af719430091d430b278a1c0fbae1e85109f563", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stderr]  --> src/reduced.rs:3:7
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(feature = "num_traits")]
[INFO] [stderr]   |       ^^^^^^^^^^------------
[INFO] [stderr]   |                 |
[INFO] [stderr]   |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stderr]   = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `num_traits`
[INFO] [stderr]    --> src/reduced.rs:153:7
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[cfg(feature = "num_traits")]
[INFO] [stderr]     |       ^^^^^^^^^^------------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stderr]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stderr]    --> src/reduced.rs:161:7
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[cfg(feature = "num_traits")]
[INFO] [stderr]     |       ^^^^^^^^^^------------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stderr]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stderr]    --> src/reduced.rs:215:7
[INFO] [stderr]     |
[INFO] [stderr] 215 | #[cfg(feature = "num_traits")]
[INFO] [stderr]     |       ^^^^^^^^^^------------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stderr]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `num_traits`
[INFO] [stderr]    --> src/reduced.rs:223:7
[INFO] [stderr]     |
[INFO] [stderr] 223 | #[cfg(feature = "num_traits")]
[INFO] [stderr]     |       ^^^^^^^^^^------------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: there is a expected value with a similar name: `"num-traits"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `num-bigint`, `num-integer`, `num-traits`, and `std`
[INFO] [stderr]     = help: consider adding `num_traits` as a feature in `Cargo.toml`
[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] 
[INFO] [stderr] warning: `num-modular` (lib) generated 5 warnings
[INFO] [stderr] warning: `num-modular` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/num_modular-ad3a8cc01ddc7c24)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test barret::tests::test_2by1_against_modops ... ok
[INFO] [stdout] test barret::tests::test_3by2_against_modops ... ok
[INFO] [stdout] test double::tests::test_assign_ops ... ok
[INFO] [stdout] test mersenne::tests::test_against_modops ... ok
[INFO] [stdout] test monty::tests::creation_test ... ok
[INFO] [stdout] test preinv::tests::div_exact_test ... ok
[INFO] [stdout] test double::tests::test_ops ... ok
[INFO] [stdout] test mersenne::tests::creation_test ... ok
[INFO] [stdout] test monty::tests::test_against_modops ... ok
[INFO] [stdout] test double::tests::test_construction ... ok
[INFO] [stdout] test prim::tests::invm_test ... ok
[INFO] [stdout] test prim::tests::jacobi_test ... ok
[INFO] [stdout] test prim::tests::kronecker_test ... ok
[INFO] [stdout] test prim::tests::legendre_test ... ok
[INFO] [stdout] test prim::tests::mulm_test ... ok
[INFO] [stdout] test prim::tests::negm_and_absm_test ... ok
[INFO] [stdout] test prim::tests::addm_test ... ok
[INFO] [stdout] test prim::tests::dblm_and_sqm_test ... ok
[INFO] [stdout] test reduced::tests::test_against_modops ... ok
[INFO] [stdout] test prim::tests::subm_test ... ok
[INFO] [stdout] test prim::tests::powm_test ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_4by2 ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_2by1 ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_3by2 ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_1by1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests num_modular
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "476234d93fb0ece897ba81b0b5af719430091d430b278a1c0fbae1e85109f563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "476234d93fb0ece897ba81b0b5af719430091d430b278a1c0fbae1e85109f563", kill_on_drop: false }`
[INFO] [stdout] 476234d93fb0ece897ba81b0b5af719430091d430b278a1c0fbae1e85109f563
