[INFO] fetching crate dvcompute 2.0.0...
[INFO] testing dvcompute-2.0.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dvcompute 2.0.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate dvcompute 2.0.0
[INFO] finished tweaking crates.io crate dvcompute 2.0.0
[INFO] tweaked toml for crates.io crate dvcompute 2.0.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dvcompute 2.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 25 packages to latest compatible versions
[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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 5e0e8484f11995a0f5aa71964048669c2b24e8991bafa8ea892897e0ab51ab86
[INFO] running `Command { std: "docker" "start" "-a" "5e0e8484f11995a0f5aa71964048669c2b24e8991bafa8ea892897e0ab51ab86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e0e8484f11995a0f5aa71964048669c2b24e8991bafa8ea892897e0ab51ab86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e0e8484f11995a0f5aa71964048669c2b24e8991bafa8ea892897e0ab51ab86", kill_on_drop: false }`
[INFO] [stdout] 5e0e8484f11995a0f5aa71964048669c2b24e8991bafa8ea892897e0ab51ab86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ec1a8cdfc1805c76344e0b37a36073396d1a7f96e938580518931a13884cfb0b
[INFO] running `Command { std: "docker" "start" "-a" "ec1a8cdfc1805c76344e0b37a36073396d1a7f96e938580518931a13884cfb0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling dvcompute_utils v2.0.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling dvcompute_rand v2.0.0
[INFO] [stderr]    Compiling dvcompute v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:76:7
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:83:7
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:86:7
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:92:7
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/mod.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/point.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:159:7
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:163:7
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:167:7
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:244:7
[INFO] [stdout]     |
[INFO] [stdout] 244 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:251:7
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:259:7
[INFO] [stdout]     |
[INFO] [stdout] 259 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/simulation/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/event/mod.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:342:7
[INFO] [stdout]     |
[INFO] [stdout] 342 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:352:7
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:366:7
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:376:7
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:403:7
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:416:7
[INFO] [stdout]     |
[INFO] [stdout] 416 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:421:7
[INFO] [stdout]     |
[INFO] [stdout] 421 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:478:7
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:488:7
[INFO] [stdout]     |
[INFO] [stdout] 488 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:502:7
[INFO] [stdout]     |
[INFO] [stdout] 502 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:512:7
[INFO] [stdout]     |
[INFO] [stdout] 512 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:539:7
[INFO] [stdout]     |
[INFO] [stdout] 539 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:562:7
[INFO] [stdout]     |
[INFO] [stdout] 562 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:567:7
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:687:11
[INFO] [stdout]     |
[INFO] [stdout] 687 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:732:11
[INFO] [stdout]     |
[INFO] [stdout] 732 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:833:11
[INFO] [stdout]     |
[INFO] [stdout] 833 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:878:11
[INFO] [stdout]     |
[INFO] [stdout] 878 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1110:11
[INFO] [stdout]      |
[INFO] [stdout] 1110 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1159:11
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/disposable.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:178:7
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:229:7
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:242:7
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:247:7
[INFO] [stdout]     |
[INFO] [stdout] 247 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/observer.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:224:7
[INFO] [stdout]     |
[INFO] [stdout] 224 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:238:7
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:248:7
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:273:7
[INFO] [stdout]     |
[INFO] [stdout] 273 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:291:7
[INFO] [stdout]     |
[INFO] [stdout] 291 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:296:7
[INFO] [stdout]     |
[INFO] [stdout] 296 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/internal/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/event_queue.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:120:7
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:36
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:32
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/prelude.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn point_in_start_time(&self) -> Point {
[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] 197 |     pub fn point_in_start_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:212:31
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn point_in_stop_time(&self) -> Point {
[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] 212 |     pub fn point_in_stop_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:230:21
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point {
[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] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
[INFO] running `Command { std: "docker" "inspect" "ec1a8cdfc1805c76344e0b37a36073396d1a7f96e938580518931a13884cfb0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec1a8cdfc1805c76344e0b37a36073396d1a7f96e938580518931a13884cfb0b", kill_on_drop: false }`
[INFO] [stdout] ec1a8cdfc1805c76344e0b37a36073396d1a7f96e938580518931a13884cfb0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 224313790ed4bc8d3396e6359646f2103f404f8b9b54fe27ef23e36ec7b4ed33
[INFO] running `Command { std: "docker" "start" "-a" "224313790ed4bc8d3396e6359646f2103f404f8b9b54fe27ef23e36ec7b4ed33", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:76:7
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:83:7
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:86:7
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:92:7
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/mod.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/point.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:159:7
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:163:7
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:167:7
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:244:7
[INFO] [stdout]     |
[INFO] [stdout] 244 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:251:7
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:259:7
[INFO] [stdout]     |
[INFO] [stdout] 259 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/simulation/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/event/mod.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:342:7
[INFO] [stdout]     |
[INFO] [stdout] 342 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:352:7
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:366:7
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:376:7
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:403:7
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:416:7
[INFO] [stdout]     |
[INFO] [stdout] 416 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:421:7
[INFO] [stdout]     |
[INFO] [stdout] 421 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:478:7
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:488:7
[INFO] [stdout]     |
[INFO] [stdout] 488 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:502:7
[INFO] [stdout]     |
[INFO] [stdout] 502 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:512:7
[INFO] [stdout]     |
[INFO] [stdout] 512 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:539:7
[INFO] [stdout]     |
[INFO] [stdout] 539 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:562:7
[INFO] [stdout]     |
[INFO] [stdout] 562 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:567:7
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:687:11
[INFO] [stdout]     |
[INFO] [stdout] 687 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:732:11
[INFO] [stdout]     |
[INFO] [stdout] 732 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:833:11
[INFO] [stdout]     |
[INFO] [stdout] 833 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:878:11
[INFO] [stdout]     |
[INFO] [stdout] 878 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1110:11
[INFO] [stdout]      |
[INFO] [stdout] 1110 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1159:11
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/disposable.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:178:7
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:229:7
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:242:7
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dvcompute v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:247:7
[INFO] [stdout]     |
[INFO] [stdout] 247 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/observer.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:224:7
[INFO] [stdout]     |
[INFO] [stdout] 224 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:238:7
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:248:7
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:273:7
[INFO] [stdout]     |
[INFO] [stdout] 273 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:291:7
[INFO] [stdout]     |
[INFO] [stdout] 291 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:296:7
[INFO] [stdout]     |
[INFO] [stdout] 296 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/internal/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/event_queue.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:120:7
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:36
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:32
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/prelude.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn point_in_start_time(&self) -> Point {
[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] 197 |     pub fn point_in_start_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:212:31
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn point_in_stop_time(&self) -> Point {
[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] 212 |     pub fn point_in_stop_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:230:21
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point {
[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] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:76:7
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:83:7
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:86:7
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:92:7
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/lib.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/lib.rs:123:32
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/mod.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/point.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/run.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/error.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:159:7
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:163:7
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:167:7
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:175:7
[INFO] [stdout]     |
[INFO] [stdout] 175 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:244:7
[INFO] [stdout]     |
[INFO] [stdout] 244 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:251:7
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/error.rs:259:7
[INFO] [stdout]     |
[INFO] [stdout] 259 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/simulation/mod.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/simulation/mod.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/event/mod.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/event/mod.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:342:7
[INFO] [stdout]     |
[INFO] [stdout] 342 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:352:7
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:366:7
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:376:7
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:403:7
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:416:7
[INFO] [stdout]     |
[INFO] [stdout] 416 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:421:7
[INFO] [stdout]     |
[INFO] [stdout] 421 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:478:7
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:488:7
[INFO] [stdout]     |
[INFO] [stdout] 488 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:502:7
[INFO] [stdout]     |
[INFO] [stdout] 502 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:512:7
[INFO] [stdout]     |
[INFO] [stdout] 512 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:539:7
[INFO] [stdout]     |
[INFO] [stdout] 539 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:562:7
[INFO] [stdout]     |
[INFO] [stdout] 562 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:567:7
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:687:11
[INFO] [stdout]     |
[INFO] [stdout] 687 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:732:11
[INFO] [stdout]     |
[INFO] [stdout] 732 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:833:11
[INFO] [stdout]     |
[INFO] [stdout] 833 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/event/mod.rs:878:11
[INFO] [stdout]     |
[INFO] [stdout] 878 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1110:11
[INFO] [stdout]      |
[INFO] [stdout] 1110 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]     --> src/simulation/event/mod.rs:1159:11
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     #[cfg(feature="cons_mode")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/disposable.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/disposable.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:178:7
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:202:7
[INFO] [stdout]     |
[INFO] [stdout] 202 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:229:7
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:242:7
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/disposable.rs:247:7
[INFO] [stdout]     |
[INFO] [stdout] 247 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/observable/observer.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/observable/observer.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:224:7
[INFO] [stdout]     |
[INFO] [stdout] 224 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:238:7
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:248:7
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:273:7
[INFO] [stdout]     |
[INFO] [stdout] 273 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:291:7
[INFO] [stdout]     |
[INFO] [stdout] 291 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/observable/observer.rs:296:7
[INFO] [stdout]     |
[INFO] [stdout] 296 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/utils/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/simulation/internal/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/simulation/internal/event_queue.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:120:7
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[cfg(feature="cons_mode")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:123:36
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:11
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stdout]    --> src/simulation/internal/event_queue.rs:149:32
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]  --> src/prelude.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature="cons_mode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stdout]   --> src/prelude.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature="cons_mode")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stdout]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn point_in_start_time(&self) -> Point {
[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] 197 |     pub fn point_in_start_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:212:31
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn point_in_stop_time(&self) -> Point {
[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] 212 |     pub fn point_in_stop_time(&self) -> Point<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/simulation/run.rs:230:21
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point {
[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] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.06s
[INFO] running `Command { std: "docker" "inspect" "224313790ed4bc8d3396e6359646f2103f404f8b9b54fe27ef23e36ec7b4ed33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "224313790ed4bc8d3396e6359646f2103f404f8b9b54fe27ef23e36ec7b4ed33", kill_on_drop: false }`
[INFO] [stdout] 224313790ed4bc8d3396e6359646f2103f404f8b9b54fe27ef23e36ec7b4ed33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] fbf24ff5d45b12befa28898e7b0167b0f4d0f39775597a84a42b36c5055d7aa2
[INFO] running `Command { std: "docker" "start" "-a" "fbf24ff5d45b12befa28898e7b0167b0f4d0f39775597a84a42b36c5055d7aa2", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:76:7
[INFO] [stderr]    |
[INFO] [stderr] 76 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:80:7
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:83:7
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:86:7
[INFO] [stderr]    |
[INFO] [stderr] 86 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:92:7
[INFO] [stderr]    |
[INFO] [stderr] 92 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:95:7
[INFO] [stderr]    |
[INFO] [stderr] 95 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/lib.rs:98:7
[INFO] [stderr]    |
[INFO] [stderr] 98 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/lib.rs:101:7
[INFO] [stderr]     |
[INFO] [stderr] 101 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/lib.rs:110:11
[INFO] [stderr]     |
[INFO] [stderr] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stderr]    --> src/lib.rs:110:36
[INFO] [stderr]     |
[INFO] [stderr] 110 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/lib.rs:123:11
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stderr]    --> src/lib.rs:123:32
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/lib.rs:135:7
[INFO] [stderr]     |
[INFO] [stderr] 135 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/mod.rs:57:7
[INFO] [stderr]    |
[INFO] [stderr] 57 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/point.rs:18:11
[INFO] [stderr]    |
[INFO] [stderr] 18 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:55:7
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/run.rs:67:7
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/error.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/error.rs:17:7
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/error.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/error.rs:23:7
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:159:7
[INFO] [stderr]     |
[INFO] [stderr] 159 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:163:7
[INFO] [stderr]     |
[INFO] [stderr] 163 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:167:7
[INFO] [stderr]     |
[INFO] [stderr] 167 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:171:7
[INFO] [stderr]     |
[INFO] [stderr] 171 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:175:7
[INFO] [stderr]     |
[INFO] [stderr] 175 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:192:7
[INFO] [stderr]     |
[INFO] [stderr] 192 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:202:7
[INFO] [stderr]     |
[INFO] [stderr] 202 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:244:7
[INFO] [stderr]     |
[INFO] [stderr] 244 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:251:7
[INFO] [stderr]     |
[INFO] [stderr] 251 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/error.rs:259:7
[INFO] [stderr]     |
[INFO] [stderr] 259 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/simulation/mod.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/simulation/mod.rs:159:11
[INFO] [stderr]     |
[INFO] [stderr] 159 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/simulation/mod.rs:179:11
[INFO] [stderr]     |
[INFO] [stderr] 179 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]  --> src/simulation/event/mod.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[cfg(feature="cons_mode")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/event/mod.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/event/mod.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/event/mod.rs:32:7
[INFO] [stderr]    |
[INFO] [stderr] 32 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/event/mod.rs:35:7
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:342:7
[INFO] [stderr]     |
[INFO] [stderr] 342 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:352:7
[INFO] [stderr]     |
[INFO] [stderr] 352 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:366:7
[INFO] [stderr]     |
[INFO] [stderr] 366 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:376:7
[INFO] [stderr]     |
[INFO] [stderr] 376 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:403:7
[INFO] [stderr]     |
[INFO] [stderr] 403 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:416:7
[INFO] [stderr]     |
[INFO] [stderr] 416 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:421:7
[INFO] [stderr]     |
[INFO] [stderr] 421 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:478:7
[INFO] [stderr]     |
[INFO] [stderr] 478 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:488:7
[INFO] [stderr]     |
[INFO] [stderr] 488 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:502:7
[INFO] [stderr]     |
[INFO] [stderr] 502 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:512:7
[INFO] [stderr]     |
[INFO] [stderr] 512 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:539:7
[INFO] [stderr]     |
[INFO] [stderr] 539 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:562:7
[INFO] [stderr]     |
[INFO] [stderr] 562 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:567:7
[INFO] [stderr]     |
[INFO] [stderr] 567 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:687:11
[INFO] [stderr]     |
[INFO] [stderr] 687 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:732:11
[INFO] [stderr]     |
[INFO] [stderr] 732 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:833:11
[INFO] [stderr]     |
[INFO] [stderr] 833 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/event/mod.rs:878:11
[INFO] [stderr]     |
[INFO] [stderr] 878 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]     --> src/simulation/event/mod.rs:1110:11
[INFO] [stderr]      |
[INFO] [stderr] 1110 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]     --> src/simulation/event/mod.rs:1159:11
[INFO] [stderr]      |
[INFO] [stderr] 1159 |     #[cfg(feature="cons_mode")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]      = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]  --> src/simulation/observable/disposable.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[cfg(feature="cons_mode")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/disposable.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/disposable.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/disposable.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:168:7
[INFO] [stderr]     |
[INFO] [stderr] 168 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:178:7
[INFO] [stderr]     |
[INFO] [stderr] 178 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:192:7
[INFO] [stderr]     |
[INFO] [stderr] 192 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:202:7
[INFO] [stderr]     |
[INFO] [stderr] 202 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:229:7
[INFO] [stderr]     |
[INFO] [stderr] 229 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:242:7
[INFO] [stderr]     |
[INFO] [stderr] 242 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/disposable.rs:247:7
[INFO] [stderr]     |
[INFO] [stderr] 247 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]  --> src/simulation/observable/observer.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[cfg(feature="cons_mode")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:21:7
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:27:7
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/observable/observer.rs:30:7
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:214:7
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:224:7
[INFO] [stderr]     |
[INFO] [stderr] 224 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:238:7
[INFO] [stderr]     |
[INFO] [stderr] 238 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:248:7
[INFO] [stderr]     |
[INFO] [stderr] 248 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:273:7
[INFO] [stderr]     |
[INFO] [stderr] 273 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:291:7
[INFO] [stderr]     |
[INFO] [stderr] 291 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/observable/observer.rs:296:7
[INFO] [stderr]     |
[INFO] [stderr] 296 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/utils/mod.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/utils/mod.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]  --> src/simulation/internal/mod.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg(feature="cons_mode")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/internal/mod.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/simulation/internal/event_queue.rs:13:7
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/internal/event_queue.rs:120:7
[INFO] [stderr]     |
[INFO] [stderr] 120 | #[cfg(feature="cons_mode")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/internal/event_queue.rs:123:11
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stderr]    --> src/simulation/internal/event_queue.rs:123:36
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[cfg(all(feature="cons_mode", not(feature="cons_core_mode")))]
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]    --> src/simulation/internal/event_queue.rs:149:11
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_core_mode`
[INFO] [stderr]    --> src/simulation/internal/event_queue.rs:149:32
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[cfg(all(feature="cons_mode", feature="cons_core_mode"))]
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]     = help: consider adding `cons_core_mode` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]  --> src/prelude.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[cfg(feature="cons_mode")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]   = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/prelude.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/prelude.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/prelude.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cons_mode`
[INFO] [stderr]   --> src/prelude.rs:21:7
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg(feature="cons_mode")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dvcompute_rand`, `seq_mode`, and `wasm_mode`
[INFO] [stderr]    = help: consider adding `cons_mode` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/simulation/run.rs:197:32
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn point_in_start_time(&self) -> Point {
[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] 197 |     pub fn point_in_start_time(&self) -> Point<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/simulation/run.rs:212:31
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub fn point_in_stop_time(&self) -> Point {
[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] 212 |     pub fn point_in_stop_time(&self) -> Point<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/simulation/run.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point {
[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] 230 |     pub fn point_at(&self, t: f64, priority: isize, minimal_priority: isize) -> Point<'_> {
[INFO] [stderr]     |                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `dvcompute` (lib) generated 106 warnings (run `cargo fix --lib -p dvcompute` to apply 3 suggestions)
[INFO] [stderr] warning: `dvcompute` (lib test) generated 106 warnings (106 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dvcompute-f8a628c07fff1e8a)
[INFO] [stderr]    Doc-tests dvcompute
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fbf24ff5d45b12befa28898e7b0167b0f4d0f39775597a84a42b36c5055d7aa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbf24ff5d45b12befa28898e7b0167b0f4d0f39775597a84a42b36c5055d7aa2", kill_on_drop: false }`
[INFO] [stdout] fbf24ff5d45b12befa28898e7b0167b0f4d0f39775597a84a42b36c5055d7aa2
