[INFO] fetching crate envisim_samplr 0.5.0... [INFO] testing envisim_samplr-0.5.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate envisim_samplr 0.5.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate envisim_samplr 0.5.0 [INFO] finished tweaking crates.io crate envisim_samplr 0.5.0 [INFO] tweaked toml for crates.io crate envisim_samplr 0.5.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate envisim_samplr 0.5.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded envisim_utils v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b906b92e34c2b55c71d2e61479b712ba0f71d6c5b1419866ddde09fdba91a0d4 [INFO] running `Command { std: "docker" "start" "-a" "b906b92e34c2b55c71d2e61479b712ba0f71d6c5b1419866ddde09fdba91a0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b906b92e34c2b55c71d2e61479b712ba0f71d6c5b1419866ddde09fdba91a0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b906b92e34c2b55c71d2e61479b712ba0f71d6c5b1419866ddde09fdba91a0d4", kill_on_drop: false }` [INFO] [stdout] b906b92e34c2b55c71d2e61479b712ba0f71d6c5b1419866ddde09fdba91a0d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df6c7af89e0cc917e37756d622908f4082b71427202607c8a61cf8276a0771af [INFO] running `Command { std: "docker" "start" "-a" "df6c7af89e0cc917e37756d622908f4082b71427202607c8a61cf8276a0771af", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-hash v2.1.2 [INFO] [stderr] Compiling envisim_utils v0.4.0 [INFO] [stderr] Compiling envisim_samplr v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dbd/dbd_circular.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn ed(&self) -> &EnergyDistance { &self.ed } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 121 | pub fn ed(&self) -> &EnergyDistance<'_> { &self.ed } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dbd/dbd_tc.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn ed(&self) -> &EnergyDistance { &self.ed } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 132 | pub fn ed(&self) -> &EnergyDistance<'_> { &self.ed } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:342:37 [INFO] [stdout] | [INFO] [stdout] 342 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 342 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:347:38 [INFO] [stdout] | [INFO] [stdout] 347 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 347 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:352:37 [INFO] [stdout] | [INFO] [stdout] 352 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 352 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:421:37 [INFO] [stdout] | [INFO] [stdout] 421 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 421 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:460:38 [INFO] [stdout] | [INFO] [stdout] 460 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 460 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:501:37 [INFO] [stdout] | [INFO] [stdout] 501 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 501 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "df6c7af89e0cc917e37756d622908f4082b71427202607c8a61cf8276a0771af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df6c7af89e0cc917e37756d622908f4082b71427202607c8a61cf8276a0771af", kill_on_drop: false }` [INFO] [stdout] df6c7af89e0cc917e37756d622908f4082b71427202607c8a61cf8276a0771af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4696355c538b6ef338025b5595efa799650b409293763cb7d156f66e9fb6b109 [INFO] running `Command { std: "docker" "start" "-a" "4696355c538b6ef338025b5595efa799650b409293763cb7d156f66e9fb6b109", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling envisim_utils v0.4.0 [INFO] [stderr] Compiling envisim_samplr v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dbd/dbd_circular.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn ed(&self) -> &EnergyDistance { &self.ed } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 121 | pub fn ed(&self) -> &EnergyDistance<'_> { &self.ed } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dbd/dbd_tc.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn ed(&self) -> &EnergyDistance { &self.ed } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 132 | pub fn ed(&self) -> &EnergyDistance<'_> { &self.ed } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:342:37 [INFO] [stdout] | [INFO] [stdout] 342 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 342 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:347:38 [INFO] [stdout] | [INFO] [stdout] 347 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 347 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:352:37 [INFO] [stdout] | [INFO] [stdout] 352 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 352 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:421:37 [INFO] [stdout] | [INFO] [stdout] 421 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 421 | fn to_lpm_1(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:460:38 [INFO] [stdout] | [INFO] [stdout] 460 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 460 | fn to_lpm_1s(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/pivotal_method.rs:501:37 [INFO] [stdout] | [INFO] [stdout] 501 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 501 | fn to_lpm_2(&'a self) -> Result, SamplingOptionsError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `envisim_test_utils` [INFO] [stdout] --> src/correlated_poisson.rs:465:9 [INFO] [stdout] | [INFO] [stdout] 465 | use envisim_test_utils::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `envisim_test_utils` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 465 - use envisim_test_utils::*; [INFO] [stdout] 465 + use envisim_utils::*; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `envisim_test_utils` [INFO] [stdout] --> src/cube_method.rs:835:9 [INFO] [stdout] | [INFO] [stdout] 835 | use envisim_test_utils::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `envisim_test_utils` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 835 - use envisim_test_utils::*; [INFO] [stdout] 835 + use envisim_utils::*; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:557:9 [INFO] [stdout] | [INFO] [stdout] 557 | assert_delta!(cps.controller.probabilities().get(1), 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 557 - assert_delta!(cps.controller.probabilities().get(1), 0.0); [INFO] [stdout] 557 + assert_eq!(cps.controller.probabilities().get(1), 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:558:9 [INFO] [stdout] | [INFO] [stdout] 558 | assert_delta!(cps.controller.probabilities().get(8), 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 558 - assert_delta!(cps.controller.probabilities().get(8), 0.0); [INFO] [stdout] 558 + assert_eq!(cps.controller.probabilities().get(8), 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | assert_delta!(cps.controller.probabilities().get(4), 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 559 - assert_delta!(cps.controller.probabilities().get(4), 0.0); [INFO] [stdout] 559 + assert_eq!(cps.controller.probabilities().get(4), 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:560:9 [INFO] [stdout] | [INFO] [stdout] 560 | assert_delta!(cps.controller.probabilities().get(2), 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 560 - assert_delta!(cps.controller.probabilities().get(2), 0.0); [INFO] [stdout] 560 + assert_eq!(cps.controller.probabilities().get(2), 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:567:9 [INFO] [stdout] | [INFO] [stdout] 567 | assert_delta!(cps.controller.probabilities().get(4), 0.25); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 567 - assert_delta!(cps.controller.probabilities().get(4), 0.25); [INFO] [stdout] 567 + assert_eq!(cps.controller.probabilities().get(4), 0.25); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:568:9 [INFO] [stdout] | [INFO] [stdout] 568 | assert_delta!(cps.controller.probabilities().get(2), 0.25); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 568 - assert_delta!(cps.controller.probabilities().get(2), 0.25); [INFO] [stdout] 568 + assert_eq!(cps.controller.probabilities().get(2), 0.25); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:569:9 [INFO] [stdout] | [INFO] [stdout] 569 | assert_delta!(cps.controller.probabilities().get(0), 0.25); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 569 - assert_delta!(cps.controller.probabilities().get(0), 0.25); [INFO] [stdout] 569 + assert_eq!(cps.controller.probabilities().get(0), 0.25); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_delta` in this scope [INFO] [stdout] --> src/correlated_poisson.rs:570:9 [INFO] [stdout] | [INFO] [stdout] 570 | assert_delta!(cps.controller.probabilities().get(7), 0.25); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/macros/mod.rs:42:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 570 - assert_delta!(cps.controller.probabilities().get(7), 0.25); [INFO] [stdout] 570 + assert_eq!(cps.controller.probabilities().get(7), 0.25); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `envisim_samplr` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "4696355c538b6ef338025b5595efa799650b409293763cb7d156f66e9fb6b109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4696355c538b6ef338025b5595efa799650b409293763cb7d156f66e9fb6b109", kill_on_drop: false }` [INFO] [stdout] 4696355c538b6ef338025b5595efa799650b409293763cb7d156f66e9fb6b109