[INFO] fetching crate assessment 1.0.0...
[INFO] testing assessment-1.0.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate assessment 1.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate assessment 1.0.0
[INFO] finished tweaking crates.io crate assessment 1.0.0
[INFO] tweaked toml for crates.io crate assessment 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate assessment 1.0.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa40f8b648782a9d9a165151f0f4c48f0e9866d36078bc2078855fa21da89097
[INFO] running `Command { std: "docker" "start" "-a" "fa40f8b648782a9d9a165151f0f4c48f0e9866d36078bc2078855fa21da89097", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa40f8b648782a9d9a165151f0f4c48f0e9866d36078bc2078855fa21da89097", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa40f8b648782a9d9a165151f0f4c48f0e9866d36078bc2078855fa21da89097", kill_on_drop: false }`
[INFO] [stdout] fa40f8b648782a9d9a165151f0f4c48f0e9866d36078bc2078855fa21da89097
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a92f40b25fe613c711312417de34b9238e2b2804d556c953404f0e05e4c5187
[INFO] running `Command { std: "docker" "start" "-a" "7a92f40b25fe613c711312417de34b9238e2b2804d556c953404f0e05e4c5187", kill_on_drop: false }`
[INFO] [stderr]    Compiling impl_ops v0.1.1
[INFO] [stderr]    Compiling assessment v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `numeric::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use numeric::*;
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `single::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use single::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `two_tuple::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use two_tuple::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/interval.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<'_, f64> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/valuation/linguistic/two_tuple.rs:466:78
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<T>> {
[INFO] [stdout]     |                           ------- the lifetime is named here                 ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'domain`
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<'domain, T>> {
[INFO] [stdout]     |                                                                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/numeric.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<'_, f64> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/single.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 62 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/two_tuple.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 62 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 63 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/numeric.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/numeric.rs:106:32
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<'_, T> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/interval.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/interval.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<'_, T> {
[INFO] [stdout]     |                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "7a92f40b25fe613c711312417de34b9238e2b2804d556c953404f0e05e4c5187", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a92f40b25fe613c711312417de34b9238e2b2804d556c953404f0e05e4c5187", kill_on_drop: false }`
[INFO] [stdout] 7a92f40b25fe613c711312417de34b9238e2b2804d556c953404f0e05e4c5187
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9394e4ef7e25ace73c598808ab9fe90c4887b9a355f0fadd0274220ea28109c6
[INFO] running `Command { std: "docker" "start" "-a" "9394e4ef7e25ace73c598808ab9fe90c4887b9a355f0fadd0274220ea28109c6", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `numeric::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use numeric::*;
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `single::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use single::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `two_tuple::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use two_tuple::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/interval.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<'_, f64> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/valuation/linguistic/two_tuple.rs:466:78
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<T>> {
[INFO] [stdout]     |                           ------- the lifetime is named here                 ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'domain`
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<'domain, T>> {
[INFO] [stdout]     |                                                                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/numeric.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<'_, f64> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/single.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 62 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/two_tuple.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 62 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 63 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/numeric.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/numeric.rs:106:32
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<'_, T> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/interval.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/interval.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<'_, T> {
[INFO] [stdout]     |                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling assessment v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `numeric::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use numeric::*;
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `single::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use single::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `two_tuple::*`
[INFO] [stdout]  --> src/valuation/unification/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use two_tuple::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/interval.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn normalize(&self) -> Interval<'_, f64> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/valuation/linguistic/two_tuple.rs:466:78
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<T>> {
[INFO] [stdout]     |                           ------- the lifetime is named here                 ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'domain`
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<'domain, T>> {
[INFO] [stdout]     |                                                                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/numeric.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<f64> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn normalize(&self) -> Numeric<'_, f64> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/single.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 62 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/two_tuple.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 62 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 63 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stdout]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/numeric.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/numeric.rs:106:32
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<'_, T> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/valuation/unification/interval.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stdout] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stdout]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stdout]    |                        ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/valuation/unification/interval.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<T> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<'_, T> {
[INFO] [stdout]     |                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "9394e4ef7e25ace73c598808ab9fe90c4887b9a355f0fadd0274220ea28109c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9394e4ef7e25ace73c598808ab9fe90c4887b9a355f0fadd0274220ea28109c6", kill_on_drop: false }`
[INFO] [stdout] 9394e4ef7e25ace73c598808ab9fe90c4887b9a355f0fadd0274220ea28109c6
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 82ee1e777924057ca9e8935d7716a113113a794588ecf56892e27cf0086dc66a
[INFO] running `Command { std: "docker" "start" "-a" "82ee1e777924057ca9e8935d7716a113113a794588ecf56892e27cf0086dc66a", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `numeric::*`
[INFO] [stderr]  --> src/valuation/unification/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub use numeric::*;
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `single::*`
[INFO] [stderr]  --> src/valuation/unification/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub use single::*;
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `two_tuple::*`
[INFO] [stderr]  --> src/valuation/unification/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use two_tuple::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/valuation/interval.rs:191:22
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn normalize(&self) -> Interval<f64> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn normalize(&self) -> Interval<'_, f64> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/valuation/linguistic/two_tuple.rs:466:78
[INFO] [stderr]     |
[INFO] [stderr] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<T>> {
[INFO] [stderr]     |                           ------- the lifetime is named here                 ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'domain`
[INFO] [stderr]     |
[INFO] [stderr] 466 |     pub fn delta(domain: &'domain Qualitative<T>, beta: f32) -> Result<Self, TwoTupleError<'domain, T>> {
[INFO] [stderr]     |                                                                                            ++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/valuation/numeric.rs:166:22
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn normalize(&self) -> Numeric<f64> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn normalize(&self) -> Numeric<'_, f64> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/valuation/unification/single.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 61 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stderr] 62 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stderr]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 62 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stderr]    |                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/valuation/unification/two_tuple.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 62 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stderr] 63 |     ) -> Result<Unified, UnifiedError<'domain>> {
[INFO] [stderr]    |                 ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     ) -> Result<Unified<'_>, UnifiedError<'domain>> {
[INFO] [stderr]    |                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/valuation/unification/numeric.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stderr] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stderr]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stderr]    |                        ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/valuation/unification/numeric.rs:106:32
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<T> {
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Numeric<'_, T> {
[INFO] [stderr]     |                                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/valuation/unification/interval.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 68 |         domain: &'domain Qualitative<Trapezoidal>,
[INFO] [stderr] 69 |     ) -> Result<Unified, UnifiedError> {
[INFO] [stderr]    |                 ^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 69 |     ) -> Result<Unified<'_>, UnifiedError<'_>> {
[INFO] [stderr]    |                        ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/valuation/unification/interval.rs:108:32
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<T> {
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here           ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn transform_in_domain(&self, domain: &'domain Quantitative<T>) -> Interval<'_, T> {
[INFO] [stderr]     |                                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `assessment` (lib) generated 12 warnings (run `cargo fix --lib -p assessment` to apply 12 suggestions)
[INFO] [stderr] warning: `assessment` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/assessment-49d8358070a0a923)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test fuzzy::membership::piecewise::linear_function::tests::sum_ownership_reference ... ok
[INFO] [stdout] test fuzzy::membership::piecewise::linear_function::tests::sum_ownerships ... ok
[INFO] [stdout] test fuzzy::membership::piecewise::linear_function::tests::sum_reference_ownership ... ok
[INFO] [stdout] test fuzzy::membership::piecewise::linear_function::tests::sum_references ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests assessment
[INFO] [stdout] 
[INFO] [stdout] running 177 tests
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_domain (line 42) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_domain (line 7) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_symmetric_domain (line 85) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_domain (line 53) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_symmetric_domain (line 92) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_symmetric_domain (line 106) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_domain (line 20) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_domain (line 31) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::cardinality (line 119) ... ok
[INFO] [stdout] test src/domain/factories.rs - domain::factories::qualitative_symmetric_domain (line 99) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::get_label_by_index (line 199) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::cardinality (line 125) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::contains_label (line 145) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::PiecewiseLinearFunction (line 483) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::get_label_by_name (line 232) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::get_labels_names (line 262) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_blts (line 461) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_fuzzy_partition (line 301) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::is_odd (line 281) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::label_index (line 171) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::new (line 72) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<T>::new (line 92) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_uniform (line 423) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::difference (line 188) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::new (line 62) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::intersection (line 142) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::inf (line 82) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_triangular (line 324) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::new (line 48) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_symmetrical (line 371) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label<T>::name (line 111) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::sup (line 96) ... ok
[INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative<T>::valid_assessment (line 113) ... ok
[INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative<Trapezoidal>::is_tor (line 351) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label<T>::new (line 56) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label<T>::new (line 85) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label<T>::membership (line 128) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label<T>::new (line 69) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::get_labels_names (line 191) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 227) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::is_standardized (line 171) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::PiecewiseLinearFunction (line 301) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::standardize_name (line 151) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 237) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 215) ... ok
[INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 248) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::intercept (line 50) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::slope (line 39) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::new (line 26) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::add (line 168) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::sum (line 66) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::add (line 149) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::add (line 158) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::add (line 178) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 264) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 284) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 255) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 295) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::new (line 131) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::centroid (line 208) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::pieces (line 326) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::add (line 194) ... ok
[INFO] [stdout] test src/fuzzy/membership/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 274) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::PiecewiseLinearFunction (line 349) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::is_symmetrical (line 236) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::coverage (line 171) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::center (line 152) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::is_symmetrical_respect_center (line 260) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::max_min (line 322) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::membership_value (line 287) ... ok
[INFO] [stdout] test src/utilities/macros.rs - utilities::macros::count (line 7) ... ok
[INFO] [stdout] test src/utilities/math.rs - utilities::math::approx_equal_f32 (line 12) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::new (line 98) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::is_triangular (line 190) ... ok
[INFO] [stdout] test src/utilities/math.rs - utilities::math::round_f32 (line 100) ... ok
[INFO] [stdout] test src/utilities/math.rs - utilities::math::approx_equal_f64 (line 39) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::new (line 118) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::new (line 108) ... ok
[INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::new (line 84) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::new (line 103) ... ok
[INFO] [stdout] test src/utilities/math.rs - utilities::math::round_f64 (line 65) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::domain (line 158) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::neg (line 206) ... ok
[INFO] [stdout] test src/utilities/math.rs - utilities::math::transform_range (line 138) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::new (line 61) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::new (line 68) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::normalize (line 175) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::new (line 91) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::new (line 79) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::value (line 135) ... ok
[INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::value (line 143) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::Hesitant<'domain,T>::domain (line 479) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 149) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::Hesitant<'domain,T>::labels (line 441) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::domain (line 264) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::Hesitant<'domain,T>::indexes (line 397) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::Hesitant<'domain,T>::new (line 359) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 133) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 167) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 115) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 185) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::index (line 163) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 50) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 201) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 79) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::label (line 188) ... ok
[INFO] [stdout] test src/valuation/linguistic/hesitant.rs - valuation::linguistic::hesitant::HesitantRelation<'domain,T>::validate (line 97) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::domain (line 213) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::new_by_label_index (line 81) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::new_by_label_index (line 66) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::new_by_label_name (line 114) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::neg (line 232) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::alpha (line 367) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::delta (line 437) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::delta (line 453) ... ok
[INFO] [stdout] test src/valuation/linguistic/single.rs - valuation::linguistic::single::Single<'domain,T>::new_by_label_name (line 129) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::delta (line 421) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::domain (line 501) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::delta (line 396) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::index (line 317) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_index (line 111) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::neg (line 520) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_index (line 127) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_index (line 148) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::inverse_delta (line 478) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_index (line 165) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::label (line 342) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_index (line 96) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 266) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 212) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::domain (line 132) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 227) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 245) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::neg (line 178) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::new (line 53) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::new (line 60) ... ok
[INFO] [stdout] test src/valuation/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 283) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::value (line 109) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::new (line 71) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::value (line 117) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::new (line 83) ... ok
[INFO] [stdout] test src/valuation/unification/interval.rs - valuation::unification::interval::Interval<'domain,T>::transform_in_domain (line 95) ... ok
[INFO] [stdout] test src/valuation/unification/interval.rs - valuation::unification::interval::Interval<'domain,T> (line 135) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,T>::transform_in_domain (line 93) ... ok
[INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::normalize (line 150) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,T>::unification (line 20) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,f64> (line 148) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,f32> (line 125) ... ok
[INFO] [stdout] test src/valuation/unification/interval.rs - valuation::unification::interval::Interval<'domain,T>::unification (line 20) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,i32> (line 171) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,i32> (line 218) ... ok
[INFO] [stdout] test src/valuation/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,T>::unification (line 51) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,T> (line 191) ... ok
[INFO] [stdout] test src/valuation/unification/interval.rs - valuation::unification::interval::Interval<'domain,T>::unification (line 51) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,Trapezoidal>::transform_in_domain (line 76) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,Trapezoidal> (line 168) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,Trapezoidal>::unification_in_domain (line 15) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,Trapezoidal>::unification_in_domain (line 45) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Unified<'domain> (line 127) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Single<'domain,Trapezoidal>::transform_in_domain (line 93) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,T> (line 208) ... ok
[INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Unified<'domain> (line 141) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal> (line 184) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal>::unification_in_domain (line 16) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal>::unification_in_domain (line 46) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal>::transform_in_domain (line 84) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::Unified<'domain> (line 136) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal>::transform_in_domain (line 101) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::chi (line 176) ... ok
[INFO] [stdout] test src/valuation/unification/two_tuple.rs - valuation::unification::two_tuple::Unified<'domain> (line 152) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::new (line 72) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::neg (line 211) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::domain (line 161) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::new (line 108) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::measures (line 146) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::new (line 95) ... ok
[INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::new (line 83) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 22.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "82ee1e777924057ca9e8935d7716a113113a794588ecf56892e27cf0086dc66a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82ee1e777924057ca9e8935d7716a113113a794588ecf56892e27cf0086dc66a", kill_on_drop: false }`
[INFO] [stdout] 82ee1e777924057ca9e8935d7716a113113a794588ecf56892e27cf0086dc66a
