[INFO] fetching crate assessment 1.0.0... [INFO] testing assessment-1.0.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate assessment 1.0.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate assessment 1.0.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a36caf4474a2c7278519f63942768adeb5fba75d898f6ad9b884e976a384d55 [INFO] running `Command { std: "docker" "start" "-a" "8a36caf4474a2c7278519f63942768adeb5fba75d898f6ad9b884e976a384d55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a36caf4474a2c7278519f63942768adeb5fba75d898f6ad9b884e976a384d55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a36caf4474a2c7278519f63942768adeb5fba75d898f6ad9b884e976a384d55", kill_on_drop: false }` [INFO] [stdout] 8a36caf4474a2c7278519f63942768adeb5fba75d898f6ad9b884e976a384d55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faf74c5ae5e81a3f5ebda8dd9c93e0a8975a851d973d82513d13f0d35483ca9c [INFO] running `Command { std: "docker" "start" "-a" "faf74c5ae5e81a3f5ebda8dd9c93e0a8975a851d973d82513d13f0d35483ca9c", 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 { [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, beta: f32) -> Result> { [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, beta: f32) -> Result> { [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 { [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, [INFO] [stdout] 62 | ) -> Result> { [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, 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, [INFO] [stdout] 63 | ) -> Result> { [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, 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, [INFO] [stdout] 69 | ) -> Result { [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, 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) -> Numeric { [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) -> 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, [INFO] [stdout] 69 | ) -> Result { [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, 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) -> Interval { [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) -> Interval<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "faf74c5ae5e81a3f5ebda8dd9c93e0a8975a851d973d82513d13f0d35483ca9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faf74c5ae5e81a3f5ebda8dd9c93e0a8975a851d973d82513d13f0d35483ca9c", kill_on_drop: false }` [INFO] [stdout] faf74c5ae5e81a3f5ebda8dd9c93e0a8975a851d973d82513d13f0d35483ca9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ab3dc03cae34dc6c467f21f357c610740f07535ae50670c38be3d6597dbc1bc [INFO] running `Command { std: "docker" "start" "-a" "2ab3dc03cae34dc6c467f21f357c610740f07535ae50670c38be3d6597dbc1bc", 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 { [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, beta: f32) -> Result> { [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, beta: f32) -> Result> { [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 { [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, [INFO] [stdout] 62 | ) -> Result> { [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, 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, [INFO] [stdout] 63 | ) -> Result> { [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, 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, [INFO] [stdout] 69 | ) -> Result { [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, 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) -> Numeric { [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) -> 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, [INFO] [stdout] 69 | ) -> Result { [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, UnifiedError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling assessment v1.0.0 (/opt/rustwide/workdir) [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) -> Interval { [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) -> Interval<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [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 { [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, beta: f32) -> Result> { [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, beta: f32) -> Result> { [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 { [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, [INFO] [stdout] 62 | ) -> Result> { [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, 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, [INFO] [stdout] 63 | ) -> Result> { [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, 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, [INFO] [stdout] 69 | ) -> Result { [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, 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) -> Numeric { [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) -> 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, [INFO] [stdout] 69 | ) -> Result { [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, 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) -> Interval { [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) -> Interval<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "2ab3dc03cae34dc6c467f21f357c610740f07535ae50670c38be3d6597dbc1bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ab3dc03cae34dc6c467f21f357c610740f07535ae50670c38be3d6597dbc1bc", kill_on_drop: false }` [INFO] [stdout] 2ab3dc03cae34dc6c467f21f357c610740f07535ae50670c38be3d6597dbc1bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] efa94c96a2ebdf49714a727435eabb3b38ae918079c540e77bdda9ba388a4743 [INFO] running `Command { std: "docker" "start" "-a" "efa94c96a2ebdf49714a727435eabb3b38ae918079c540e77bdda9ba388a4743", 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 { [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, beta: f32) -> Result> { [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, beta: f32) -> Result> { [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 { [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, [INFO] [stderr] 62 | ) -> Result> { [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, 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, [INFO] [stderr] 63 | ) -> Result> { [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, 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, [INFO] [stderr] 69 | ) -> Result { [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, 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) -> Numeric { [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) -> 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, [INFO] [stderr] 69 | ) -> Result { [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, 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) -> Interval { [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) -> 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.03s [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_references ... ok [INFO] [stdout] test fuzzy::membership::piecewise::linear_function::tests::sum_reference_ownership ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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_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_domain (line 20) ... 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_domain (line 31) ... 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_symmetric_domain (line 92) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::cardinality (line 125) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::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::contains_label (line 145) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::get_label_by_index (line 199) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::get_label_by_name (line 232) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::get_labels_names (line 262) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::PiecewiseLinearFunction (line 483) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_odd (line 281) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::new (line 72) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::new (line 92) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::label_index (line 171) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_fuzzy_partition (line 301) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::difference (line 188) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::inf (line 82) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_triangular (line 324) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::new (line 48) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::new (line 62) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::intersection (line 142) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_blts (line 461) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_symmetrical (line 371) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::sup (line 96) ... ok [INFO] [stdout] test src/domain/quantitative.rs - domain::quantitative::Quantitative::valid_assessment (line 113) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_uniform (line 423) ... ok [INFO] [stdout] test src/domain/qualitative.rs - domain::qualitative::Qualitative::is_tor (line 351) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label::name (line 111) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label::membership (line 128) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label::new (line 56) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label::new (line 69) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 215) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::standardize_name (line 151) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::Label::new (line 85) ... 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::trapezoidal_labels (line 248) ... 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/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::intercept (line 50) ... ok [INFO] [stdout] test src/fuzzy/label.rs - fuzzy::label::trapezoidal_labels (line 227) ... 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/linear_function.rs - fuzzy::membership::piecewise::linear_function::LinearFunction::slope (line 39) ... 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 237) ... 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::add (line 168) ... 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::merge (line 255) ... 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::add (line 158) ... 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 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/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::merge (line 264) ... ok [INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::coverage (line 171) ... 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/piecewise/piecewise_linear_function.rs - fuzzy::membership::piecewise::piecewise_linear_function::PiecewiseLinearFunction::pieces (line 326) ... ok [INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::centroid (line 208) ... 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::is_symmetrical (line 236) ... 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/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::new (line 84) ... ok [INFO] [stdout] test src/fuzzy/membership/trapezoidal.rs - fuzzy::membership::trapezoidal::Trapezoidal::is_triangular (line 190) ... 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 118) ... ok [INFO] [stdout] test src/utilities/macros.rs - utilities::macros::count (line 7) ... 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::new (line 98) ... ok [INFO] [stdout] test src/utilities/math.rs - utilities::math::round_f32 (line 100) ... ok [INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::domain (line 158) ... ok [INFO] [stdout] test src/utilities/math.rs - utilities::math::approx_equal_f32 (line 12) ... ok [INFO] [stdout] test src/utilities/math.rs - utilities::math::transform_range (line 138) ... 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>::new (line 103) ... 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>::neg (line 206) ... ok [INFO] [stdout] test src/utilities/math.rs - utilities::math::approx_equal_f64 (line 39) ... 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 68) ... ok [INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::value (line 143) ... 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>::normalize (line 175) ... ok [INFO] [stdout] test src/valuation/interval.rs - valuation::interval::Interval<'domain,T>::value (line 135) ... 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>::domain (line 264) ... 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::Hesitant<'domain,T>::new (line 359) ... 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::HesitantRelation<'domain,T>::validate (line 185) ... 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 133) ... 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>::validate (line 79) ... 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/single.rs - valuation::linguistic::single::Single<'domain,T>::domain (line 213) ... 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/single.rs - valuation::linguistic::single::Single<'domain,T>::new_by_label_index (line 66) ... 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>::neg (line 232) ... 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/single.rs - valuation::linguistic::single::Single<'domain,T>::index (line 163) ... 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_name (line 114) ... 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/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>::alpha (line 367) ... 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>::delta (line 437) ... 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>::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>::inverse_delta (line 478) ... 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/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>::domain (line 501) ... 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>::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_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 165) ... 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>::neg (line 520) ... 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/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 266) ... 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/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/linguistic/two_tuple.rs - valuation::linguistic::two_tuple::TwoTuple<'domain,T>::new_by_label_name (line 245) ... ok [INFO] [stdout] test src/valuation/unification/interval.rs - valuation::unification::interval::Interval<'domain,T> (line 135) ... ok [INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::normalize (line 150) ... ok [INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::new (line 71) ... 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/unification/interval.rs - valuation::unification::interval::Interval<'domain,T>::transform_in_domain (line 95) ... 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/unification/numeric.rs - valuation::unification::numeric::Numeric<'domain,T>::unification (line 20) ... ok [INFO] [stdout] test src/valuation/numeric.rs - valuation::numeric::Numeric<'domain,T>::value (line 109) ... 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,f64> (line 148) ... 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,i32> (line 171) ... 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/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,T> (line 191) ... 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>::transform_in_domain (line 76) ... 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/single.rs - valuation::unification::single::Unified<'domain> (line 141) ... ok [INFO] [stdout] test src/valuation/unification/single.rs - valuation::unification::single::Unified<'domain> (line 127) ... 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/two_tuple.rs - valuation::unification::two_tuple::TwoTuple<'domain,Trapezoidal> (line 184) ... 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/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 152) ... 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>::unification_in_domain (line 16) ... ok [INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::domain (line 161) ... 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>::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>::neg (line 211) ... ok [INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::chi (line 176) ... ok [INFO] [stdout] test src/valuation/unification/unified.rs - valuation::unification::unified::Unified<'domain>::new (line 83) ... 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/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 72) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "efa94c96a2ebdf49714a727435eabb3b38ae918079c540e77bdda9ba388a4743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efa94c96a2ebdf49714a727435eabb3b38ae918079c540e77bdda9ba388a4743", kill_on_drop: false }` [INFO] [stdout] efa94c96a2ebdf49714a727435eabb3b38ae918079c540e77bdda9ba388a4743