[INFO] fetching crate sigma-types 0.3.7...
[INFO] testing sigma-types-0.3.7 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate sigma-types 0.3.7 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate sigma-types 0.3.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate sigma-types 0.3.7
[INFO] tweaked toml for crates.io crate sigma-types 0.3.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sigma-types 0.3.7 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sigma-types 0.3.7 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quickcheck_macros v1.0.0
[INFO] [stderr]   Downloaded malachite-base v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fed9fd31071457c0549fcbb14454edf67b8a1f8fb67d11a0323363e6b65327d4
[INFO] running `Command { std: "docker" "start" "-a" "fed9fd31071457c0549fcbb14454edf67b8a1f8fb67d11a0323363e6b65327d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fed9fd31071457c0549fcbb14454edf67b8a1f8fb67d11a0323363e6b65327d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fed9fd31071457c0549fcbb14454edf67b8a1f8fb67d11a0323363e6b65327d4", kill_on_drop: false }`
[INFO] [stdout] fed9fd31071457c0549fcbb14454edf67b8a1f8fb67d11a0323363e6b65327d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff591321144a445e2f33a42d1b1e5b2caeccb5a619eaeaa8991d4795fd59586e
[INFO] running `Command { std: "docker" "start" "-a" "ff591321144a445e2f33a42d1b1e5b2caeccb5a619eaeaa8991d4795fd59586e", kill_on_drop: false }`
[INFO] [stderr]    Compiling sigma-types v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `core::cmp::Eq::assert_receiver_is_total_eq`: implementation detail of `#[derive(Eq)]`
[INFO] [stdout]    --> src/sigma.rs:777:18
[INFO] [stdout]     |
[INFO] [stdout] 777 |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Eq::assert_receiver_is_total_eq` should never be implemented by hand
[INFO] [stdout]    --> src/sigma.rs:776:5
[INFO] [stdout]     |
[INFO] [stdout] 776 | /     fn assert_receiver_is_total_eq(&self) {
[INFO] [stdout] 777 | |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout] 778 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method was used to add checks to the `Eq` derive macro
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #152336 <https://github.com/rust-lang/rust/issues/152336>
[INFO] [stdout]     = note: `#[warn(internal_eq_trait_method_impls)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "ff591321144a445e2f33a42d1b1e5b2caeccb5a619eaeaa8991d4795fd59586e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff591321144a445e2f33a42d1b1e5b2caeccb5a619eaeaa8991d4795fd59586e", kill_on_drop: false }`
[INFO] [stdout] ff591321144a445e2f33a42d1b1e5b2caeccb5a619eaeaa8991d4795fd59586e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 743c87f8cd91c2827d99c1679213e1453620fc7aa287842c8afc12c921bec8bb
[INFO] running `Command { std: "docker" "start" "-a" "743c87f8cd91c2827d99c1679213e1453620fc7aa287842c8afc12c921bec8bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stdout] warning: use of deprecated method `core::cmp::Eq::assert_receiver_is_total_eq`: implementation detail of `#[derive(Eq)]`
[INFO] [stdout]    --> src/sigma.rs:777:18
[INFO] [stdout]     |
[INFO] [stdout] 777 |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Eq::assert_receiver_is_total_eq` should never be implemented by hand
[INFO] [stdout]    --> src/sigma.rs:776:5
[INFO] [stdout]     |
[INFO] [stdout] 776 | /     fn assert_receiver_is_total_eq(&self) {
[INFO] [stdout] 777 | |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout] 778 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method was used to add checks to the `Eq` derive macro
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #152336 <https://github.com/rust-lang/rust/issues/152336>
[INFO] [stdout]     = note: `#[warn(internal_eq_trait_method_impls)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling sigma-types v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `core::cmp::Eq::assert_receiver_is_total_eq`: implementation detail of `#[derive(Eq)]`
[INFO] [stdout]    --> src/sigma.rs:777:18
[INFO] [stdout]     |
[INFO] [stdout] 777 |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Eq::assert_receiver_is_total_eq` should never be implemented by hand
[INFO] [stdout]    --> src/sigma.rs:776:5
[INFO] [stdout]     |
[INFO] [stdout] 776 | /     fn assert_receiver_is_total_eq(&self) {
[INFO] [stdout] 777 | |         self.raw.assert_receiver_is_total_eq();
[INFO] [stdout] 778 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method was used to add checks to the `Eq` derive macro
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #152336 <https://github.com/rust-lang/rust/issues/152336>
[INFO] [stdout]     = note: `#[warn(internal_eq_trait_method_impls)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.10s
[INFO] running `Command { std: "docker" "inspect" "743c87f8cd91c2827d99c1679213e1453620fc7aa287842c8afc12c921bec8bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "743c87f8cd91c2827d99c1679213e1453620fc7aa287842c8afc12c921bec8bb", kill_on_drop: false }`
[INFO] [stdout] 743c87f8cd91c2827d99c1679213e1453620fc7aa287842c8afc12c921bec8bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9e6cb8e27da7e7786dd100b7c97a44f6dbee23c76c9184bac63efe668be59c3
[INFO] running `Command { std: "docker" "start" "-a" "a9e6cb8e27da7e7786dd100b7c97a44f6dbee23c76c9184bac63efe668be59c3", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated method `core::cmp::Eq::assert_receiver_is_total_eq`: implementation detail of `#[derive(Eq)]`
[INFO] [stderr]    --> src/sigma.rs:777:18
[INFO] [stderr]     |
[INFO] [stderr] 777 |         self.raw.assert_receiver_is_total_eq();
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `Eq::assert_receiver_is_total_eq` should never be implemented by hand
[INFO] [stderr]    --> src/sigma.rs:776:5
[INFO] [stderr]     |
[INFO] [stderr] 776 | /     fn assert_receiver_is_total_eq(&self) {
[INFO] [stderr] 777 | |         self.raw.assert_receiver_is_total_eq();
[INFO] [stderr] 778 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this method was used to add checks to the `Eq` derive macro
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #152336 <https://github.com/rust-lang/rust/issues/152336>
[INFO] [stderr]     = note: `#[warn(internal_eq_trait_method_impls)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `sigma-types` (lib) generated 2 warnings
[INFO] [stderr] warning: `sigma-types` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sigma_types-730b9f2c9ec661e4)
[INFO] [stdout] 
[INFO] [stdout] running 196 tests
[INFO] [stdout] test sigma::finite_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_div_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_add_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_div_assign_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_mul_assign_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_add_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_mul_assign_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_add_assign_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_div_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_sub_assign_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_add_assign_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_mul_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_mul_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_div_assign_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_sub_assign_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_sub_finite::doesnt_panic ... ok
[INFO] [stdout] test sigma::finite_sub_finite_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_assign_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_assign_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_assign_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_assign_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_add_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_div_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_mul_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_add_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::negative_sub_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_div_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_assign_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_assign_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_assign_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_mul_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_assign_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_assign_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_assign_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_assign_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_negative_sub_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_assign_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_add_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_zero_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_mul_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_div_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_positive_sub_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_zero_div_non_zero::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_zero_div_non_zero_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_zero_mul_non_zero_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::non_zero_mul_non_zero::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_assign_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_assign_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_add_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_non_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_assign_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_non_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_assign_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_neg::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_div_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_sub_negative::doesnt_panic ... ok
[INFO] [stdout] test test::negative_also_non_positive ... ok
[INFO] [stdout] test sigma::positive_sub_assign_negative::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_sub_assign_non_positive::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_sub_assign_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_mul_positive::doesnt_panic ... ok
[INFO] [stdout] test test::non_negative_try_also_ref_positive ... ok
[INFO] [stdout] test test::non_positive_try_also_negative ... ok
[INFO] [stdout] test test::negative_also_ref_non_positive ... ok
[INFO] [stdout] test test::positive_also_non_negative ... ok
[INFO] [stdout] test test::non_positive_try_also_ref_negative ... ok
[INFO] [stdout] test test::positive_also_ref_non_negative ... ok
[INFO] [stdout] test sigma::positive_sub_non_positive::doesnt_panic ... ok
[INFO] [stdout] test test::non_negative_try_also_positive ... ok
[INFO] [stdout] test sigma::positive_mul_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test test::try_sorted_vec_strict ... ok
[INFO] [stdout] test sigma::positive_sub_non_positive_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_sub_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test sigma::positive_sub_assign_negative_ref::doesnt_panic ... ok
[INFO] [stdout] test test::i64_positive ... ok
[INFO] [stdout] test test::i64_negative ... ok
[INFO] [stdout] test test::i64_positive_wrap ... ok
[INFO] [stdout] test test::i64_non_negative ... ok
[INFO] [stdout] test test::i64_positive_wrap_mut ... ok
[INFO] [stdout] test test::unit_open ... ok
[INFO] [stdout] test test::unit_closed ... ok
[INFO] [stdout] test test::sorted_vec_non_strict ... ok
[INFO] [stdout] test test::sorted_vec_strict ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 196 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sigma_types
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a9e6cb8e27da7e7786dd100b7c97a44f6dbee23c76c9184bac63efe668be59c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9e6cb8e27da7e7786dd100b7c97a44f6dbee23c76c9184bac63efe668be59c3", kill_on_drop: false }`
[INFO] [stdout] a9e6cb8e27da7e7786dd100b7c97a44f6dbee23c76c9184bac63efe668be59c3
