[INFO] fetching crate num-modular 0.6.1...
[INFO] testing num-modular-0.6.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate num-modular 0.6.1 into /workspace/builds/worker-3-tc2/source
[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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate num-modular 0.6.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02e88ee39c9849d089a0a1ecd6e81d6265f70cfc398839dc8dbd81752d3bded5
[INFO] running `Command { std: "docker" "start" "-a" "02e88ee39c9849d089a0a1ecd6e81d6265f70cfc398839dc8dbd81752d3bded5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02e88ee39c9849d089a0a1ecd6e81d6265f70cfc398839dc8dbd81752d3bded5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02e88ee39c9849d089a0a1ecd6e81d6265f70cfc398839dc8dbd81752d3bded5", kill_on_drop: false }`
[INFO] [stdout] 02e88ee39c9849d089a0a1ecd6e81d6265f70cfc398839dc8dbd81752d3bded5
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2635bccb927000df631a82db529c2fcc3f6887c4f7a00ff56f298dce4d5b99ed
[INFO] running `Command { std: "docker" "start" "-a" "2635bccb927000df631a82db529c2fcc3f6887c4f7a00ff56f298dce4d5b99ed", 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.83s
[INFO] running `Command { std: "docker" "inspect" "2635bccb927000df631a82db529c2fcc3f6887c4f7a00ff56f298dce4d5b99ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2635bccb927000df631a82db529c2fcc3f6887c4f7a00ff56f298dce4d5b99ed", kill_on_drop: false }`
[INFO] [stdout] 2635bccb927000df631a82db529c2fcc3f6887c4f7a00ff56f298dce4d5b99ed
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61c905283632b48baa61c0b5f15ea0d25b97ed3d8a2e78244c42bbeb75ced167
[INFO] running `Command { std: "docker" "start" "-a" "61c905283632b48baa61c0b5f15ea0d25b97ed3d8a2e78244c42bbeb75ced167", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[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 getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[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 5.22s
[INFO] running `Command { std: "docker" "inspect" "61c905283632b48baa61c0b5f15ea0d25b97ed3d8a2e78244c42bbeb75ced167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61c905283632b48baa61c0b5f15ea0d25b97ed3d8a2e78244c42bbeb75ced167", kill_on_drop: false }`
[INFO] [stdout] 61c905283632b48baa61c0b5f15ea0d25b97ed3d8a2e78244c42bbeb75ced167
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 851945ba915d3410b44975282af0366549200a48e7cdf78f6eff7fdc01269729
[INFO] running `Command { std: "docker" "start" "-a" "851945ba915d3410b44975282af0366549200a48e7cdf78f6eff7fdc01269729", 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/num_modular-653482de7063ea18)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test barret::tests::test_2by1_against_modops ... ok
[INFO] [stdout] test mersenne::tests::creation_test ... ok
[INFO] [stdout] test double::tests::test_assign_ops ... ok
[INFO] [stdout] test double::tests::test_construction ... ok
[INFO] [stdout] test mersenne::tests::test_against_modops ... ok
[INFO] [stdout] test double::tests::test_ops ... ok
[INFO] [stdout] test monty::tests::creation_test ... ok
[INFO] [stdout] test barret::tests::test_3by2_against_modops ... ok
[INFO] [stdout] test prim::tests::jacobi_test ... ok
[INFO] [stdout] test prim::tests::invm_test ... ok
[INFO] [stdout] test monty::tests::test_against_modops ... ok
[INFO] [stdout] test prim::tests::legendre_test ... ok
[INFO] [stdout] test prim::tests::addm_test ... ok
[INFO] [stdout] test prim::tests::negm_and_absm_test ... ok
[INFO] [stdout] test prim::tests::subm_test ... ok
[INFO] [stdout] test prim::tests::powm_test ... ok
[INFO] [stdout] test prim::tests::kronecker_test ... ok
[INFO] [stdout] test prim::tests::mulm_test ... ok
[INFO] [stdout] test preinv::tests::div_exact_test ... ok
[INFO] [stdout] test prim::tests::dblm_and_sqm_test ... ok
[INFO] [stdout] test reduced::tests::test_against_modops ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_4by2 ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_3by2 ... ok
[INFO] [stdout] test barret::tests::test_mul_inv_2by1 ... 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.26s
[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.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "851945ba915d3410b44975282af0366549200a48e7cdf78f6eff7fdc01269729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "851945ba915d3410b44975282af0366549200a48e7cdf78f6eff7fdc01269729", kill_on_drop: false }`
[INFO] [stdout] 851945ba915d3410b44975282af0366549200a48e7cdf78f6eff7fdc01269729
