[INFO] cloning repository https://github.com/gilberto-ribeiro/lbflow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gilberto-ribeiro/lbflow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilberto-ribeiro%2Flbflow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilberto-ribeiro%2Flbflow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cea2eabd07f33af24881249e61f5980dc0f31348
[INFO] testing gilberto-ribeiro/lbflow against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilberto-ribeiro%2Flbflow" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gilberto-ribeiro/lbflow
[INFO] finished tweaking git repo https://github.com/gilberto-ribeiro/lbflow
[INFO] tweaked toml for git repo https://github.com/gilberto-ribeiro/lbflow written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gilberto-ribeiro/lbflow on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gilberto-ribeiro/lbflow already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nalgebra-macros v0.3.0
[INFO] [stderr]   Downloaded glam v0.15.2
[INFO] [stderr]   Downloaded glam v0.17.3
[INFO] [stderr]   Downloaded glam v0.14.0
[INFO] [stderr]   Downloaded glam v0.16.0
[INFO] [stderr]   Downloaded glam v0.18.0
[INFO] [stderr]   Downloaded glam v0.22.0
[INFO] [stderr]   Downloaded glam v0.21.3
[INFO] [stderr]   Downloaded nalgebra v0.34.0
[INFO] [stderr]   Downloaded core_affinity v0.8.3
[INFO] [stderr]   Downloaded glam v0.30.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a201467bc4ee0069edafd0adcca23ac1a0b8007d755ca2b5e377aec6e5166fb
[INFO] running `Command { std: "docker" "start" "-a" "8a201467bc4ee0069edafd0adcca23ac1a0b8007d755ca2b5e377aec6e5166fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a201467bc4ee0069edafd0adcca23ac1a0b8007d755ca2b5e377aec6e5166fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a201467bc4ee0069edafd0adcca23ac1a0b8007d755ca2b5e377aec6e5166fb", kill_on_drop: false }`
[INFO] [stdout] 8a201467bc4ee0069edafd0adcca23ac1a0b8007d755ca2b5e377aec6e5166fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b1749d799f8c786900975c62eedfa5ca6bbc8ba9330f42f23a06a26d3dbf75f
[INFO] running `Command { std: "docker" "start" "-a" "4b1749d799f8c786900975c62eedfa5ca6bbc8ba9330f42f23a06a26d3dbf75f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling core_affinity v0.8.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling nalgebra v0.34.0
[INFO] [stderr]    Compiling lbflow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/momentum/node.rs:1357:32
[INFO] [stdout]      |
[INFO] [stdout] 1357 |             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout]      |                                ^          ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1357 -             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout] 1357 +             .map(|(u_x, su_x)| u_x - su_x )
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub velocity_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub mrt_equilibrium_moments_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.54s
[INFO] running `Command { std: "docker" "inspect" "4b1749d799f8c786900975c62eedfa5ca6bbc8ba9330f42f23a06a26d3dbf75f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b1749d799f8c786900975c62eedfa5ca6bbc8ba9330f42f23a06a26d3dbf75f", kill_on_drop: false }`
[INFO] [stdout] 4b1749d799f8c786900975c62eedfa5ca6bbc8ba9330f42f23a06a26d3dbf75f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90da8e673bd9354a2c16105e49fd3ed0d8eff7270e6c4450824b70b3b6131066
[INFO] running `Command { std: "docker" "start" "-a" "90da8e673bd9354a2c16105e49fd3ed0d8eff7270e6c4450824b70b3b6131066", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/momentum/node.rs:1357:32
[INFO] [stdout]      |
[INFO] [stdout] 1357 |             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout]      |                                ^          ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1357 -             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout] 1357 +             .map(|(u_x, su_x)| u_x - su_x )
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub velocity_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub mrt_equilibrium_moments_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lbflow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/momentum/node.rs:1357:32
[INFO] [stdout]      |
[INFO] [stdout] 1357 |             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout]      |                                ^          ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1357 -             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stdout] 1357 +             .map(|(u_x, su_x)| u_x - su_x )
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub velocity_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/velocity_set.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[derive(Debug, PartialEq)]
[INFO] [stdout]     |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub mrt_equilibrium_moments_computation: Option<VectorComputation>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "90da8e673bd9354a2c16105e49fd3ed0d8eff7270e6c4450824b70b3b6131066", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90da8e673bd9354a2c16105e49fd3ed0d8eff7270e6c4450824b70b3b6131066", kill_on_drop: false }`
[INFO] [stdout] 90da8e673bd9354a2c16105e49fd3ed0d8eff7270e6c4450824b70b3b6131066
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cb4773557f4f23bb8762ca8e4a7123df00adbebdc2868c47e109f972068fe62b
[INFO] running `Command { std: "docker" "start" "-a" "cb4773557f4f23bb8762ca8e4a7123df00adbebdc2868c47e109f972068fe62b", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]     --> src/momentum/node.rs:1357:32
[INFO] [stderr]      |
[INFO] [stderr] 1357 |             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stderr]      |                                ^          ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1357 -             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stderr] 1357 +             .map(|(u_x, su_x)| u_x - su_x )
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> src/velocity_set.rs:156:5
[INFO] [stderr]     |
[INFO] [stderr] 146 | #[derive(Debug, PartialEq)]
[INFO] [stderr]     |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub velocity_computation: Option<VectorComputation>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> src/velocity_set.rs:159:5
[INFO] [stderr]     |
[INFO] [stderr] 146 | #[derive(Debug, PartialEq)]
[INFO] [stderr]     |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 159 |     pub mrt_equilibrium_moments_computation: Option<VectorComputation>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `lbflow` (lib) generated 3 warnings (run `cargo fix --lib -p lbflow` to apply 1 suggestion)
[INFO] [stderr] warning: `lbflow` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lbflow-4a6a38d233652088)
[INFO] [stderr]    Doc-tests lbflow
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]     --> src/momentum/node.rs:1357:32
[INFO] [stderr]      |
[INFO] [stderr] 1357 |             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stderr]      |                                ^          ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1357 -             .map(|(u_x, su_x)| (u_x - su_x))
[INFO] [stderr] 1357 +             .map(|(u_x, su_x)| u_x - su_x )
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 67 tests
[INFO] [stdout] test src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 159) ... FAILED
[INFO] [stdout] test src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 78) ... FAILED
[INFO] [stdout] test src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 132) ... FAILED
[INFO] [stdout] test src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 105) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_density (line 1022) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_bgk_collision (line 1194) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_density (line 998) ... FAILED
[INFO] [stdout] test src/momentum/lattice.rs - momentum::lattice::Lattice::get_boundary_condition (line 317) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_equilibrium (line 1167) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1262) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_c (line 841) ... FAILED
[INFO] [stdout] test src/momentum/lattice.rs - momentum::lattice::Lattice::get_node_by_index (line 245) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_node_residuals (line 1331) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1284) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_d (line 791) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1087) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1049) ... FAILED
[INFO] [stdout] test src/momentum/lattice.rs - momentum::lattice::Lattice::get_node (line 346) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_density (line 150) ... FAILED
[INFO] [stdout] test src/momentum/lattice.rs - momentum::lattice::Lattice::get_boundary_nodes_by_face (line 260) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_index (line 572) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_d (line 801) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_c (line 855) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_f_star (line 453) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_f_eq (line 369) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_f (line 285) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_node_type (line 557) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 669) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_q (line 816) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 688) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_q (line 826) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_q_bar (line 909) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_shallow_node (line 764) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_q_bar (line 923) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_velocity (line 202) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_nodes (line 592) ... ok
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_velocity (line 189) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 724) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 710) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_w (line 889) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_neighbor_nodes (line 612) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::get_w (line 875) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_velocity (line 221) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_f (line 303) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_f_eq (line 387) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_f_star (line 471) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_density (line 166) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::update_shallow_node (line 1363) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::Node::set_velocity (line 263) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 289) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::ShallowNode::get_density (line 1457) ... ok
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 343) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 329) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::ShallowNode::set_velocity (line 1498) ... ok
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 279) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 304) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 314) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::ShallowNode::get_velocity (line 1486) ... ok
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 411) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 363) ... FAILED
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 377) ... FAILED
[INFO] [stdout] test src/momentum/node.rs - momentum::node::ShallowNode::set_density (line 1469) ... ok
[INFO] [stdout] test src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 397) ... FAILED
[INFO] [stdout] test src/velocity_set/d2q9.rs - velocity_set::d2q9::velocity_computation (line 158) ... ok
[INFO] [stdout] test src/velocity_set/d3q27.rs - velocity_set::d3q27::velocity_computation (line 89) ... ok
[INFO] [stdout] test src/velocity_set.rs - velocity_set::Parameters (line 180) ... FAILED
[INFO] [stdout] test src/velocity_set.rs - velocity_set::Parameters (line 170) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 159) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `lbflow::velocity_set::VelocitySetParameters`
[INFO] [stdout]  --> src/momentum/bc.rs:164:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use lbflow::velocity_set::VelocitySetParameters;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VelocitySetParameters` in `velocity_set`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:172:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     vec![0.095, 0.055],
[INFO] [stdout]    |          ^^^^^ expected `usize`, found floating-point number
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:174:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Arc::new(ConversionFactor::default()),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Parameters`, found `ConversionFactor`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/sync.rs:419:12
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]   --> src/momentum/bc.rs:167:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | let node = Node::new(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     NodeType::Fluid,
[INFO] [stdout]    |     --------------- argument #3 of type `Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>>` is missing
[INFO] [stdout] ...
[INFO] [stdout] 17 |     Arc::new(VelocitySetParameters::test_default(2)),
[INFO] [stdout]    |     ------------------------------------------------ unexpected argument #6
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Vec<f64>`, found `Vec<{integer}>`
[INFO] [stdout]   --> src/momentum/bc.rs:171:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     vec![9, 5],
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = note: expected struct `Vec<f64>`
[INFO] [stdout]               found struct `Vec<{integer}>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/momentum/node.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]    |
[INFO] [stdout] 11 ~ let node = Node::new(
[INFO] [stdout] 12 +     1.0,
[INFO] [stdout] 13 +     vec![0.0, 0.0],
[INFO] [stdout] 14 +     /* Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>> */,
[INFO] [stdout] 15 +     NodeType::Fluid,
[INFO] [stdout] 16 +     vec![0.095, 0.055],
[INFO] [stdout] 17 +     /* Vec<f64> */,
[INFO] [stdout] 18 +     Arc::new(ConversionFactor::default()),
[INFO] [stdout] 19 ~ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/bc.rs:181:6
[INFO] [stdout]     |
[INFO] [stdout]  25 | node.set_f_star(vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 78) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `lbflow::velocity_set::VelocitySetParameters`
[INFO] [stdout]  --> src/momentum/bc.rs:83:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use lbflow::velocity_set::VelocitySetParameters;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VelocitySetParameters` in `velocity_set`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     vec![0.005, 0.055],
[INFO] [stdout]    |          ^^^^^ expected `usize`, found floating-point number
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:93:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Arc::new(ConversionFactor::default()),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Parameters`, found `ConversionFactor`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/sync.rs:419:12
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]   --> src/momentum/bc.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | let node = Node::new(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     NodeType::Fluid,
[INFO] [stdout]    |     --------------- argument #3 of type `Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>>` is missing
[INFO] [stdout] ...
[INFO] [stdout] 17 |     Arc::new(VelocitySetParameters::test_default(2)),
[INFO] [stdout]    |     ------------------------------------------------ unexpected argument #6
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Vec<f64>`, found `Vec<{integer}>`
[INFO] [stdout]   --> src/momentum/bc.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     vec![0, 5],
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = note: expected struct `Vec<f64>`
[INFO] [stdout]               found struct `Vec<{integer}>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/momentum/node.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]    |
[INFO] [stdout] 11 ~ let node = Node::new(
[INFO] [stdout] 12 +     1.0,
[INFO] [stdout] 13 +     vec![0.0, 0.0],
[INFO] [stdout] 14 +     /* Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>> */,
[INFO] [stdout] 15 +     NodeType::Fluid,
[INFO] [stdout] 16 +     vec![0.005, 0.055],
[INFO] [stdout] 17 +     /* Vec<f64> */,
[INFO] [stdout] 18 +     Arc::new(ConversionFactor::default()),
[INFO] [stdout] 19 ~ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/bc.rs:100:6
[INFO] [stdout]     |
[INFO] [stdout]  25 | node.set_f_star(vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 132) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `lbflow::velocity_set::VelocitySetParameters`
[INFO] [stdout]  --> src/momentum/bc.rs:137:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use lbflow::velocity_set::VelocitySetParameters;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VelocitySetParameters` in `velocity_set`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:145:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     vec![0.095, 0.055],
[INFO] [stdout]    |          ^^^^^ expected `usize`, found floating-point number
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:147:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Arc::new(ConversionFactor::default()),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Parameters`, found `ConversionFactor`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/sync.rs:419:12
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]   --> src/momentum/bc.rs:140:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | let node = Node::new(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     NodeType::Fluid,
[INFO] [stdout]    |     --------------- argument #3 of type `Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>>` is missing
[INFO] [stdout] ...
[INFO] [stdout] 17 |     Arc::new(VelocitySetParameters::test_default(2)),
[INFO] [stdout]    |     ------------------------------------------------ unexpected argument #6
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Vec<f64>`, found `Vec<{integer}>`
[INFO] [stdout]   --> src/momentum/bc.rs:144:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     vec![9, 5],
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = note: expected struct `Vec<f64>`
[INFO] [stdout]               found struct `Vec<{integer}>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/momentum/node.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]    |
[INFO] [stdout] 11 ~ let node = Node::new(
[INFO] [stdout] 12 +     1.0,
[INFO] [stdout] 13 +     vec![0.0, 0.0],
[INFO] [stdout] 14 +     /* Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>> */,
[INFO] [stdout] 15 +     NodeType::Fluid,
[INFO] [stdout] 16 +     vec![0.095, 0.055],
[INFO] [stdout] 17 +     /* Vec<f64> */,
[INFO] [stdout] 18 +     Arc::new(ConversionFactor::default()),
[INFO] [stdout] 19 ~ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/bc.rs:154:6
[INFO] [stdout]     |
[INFO] [stdout]  25 | node.set_f_star(vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 105) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `lbflow::velocity_set::VelocitySetParameters`
[INFO] [stdout]  --> src/momentum/bc.rs:110:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use lbflow::velocity_set::VelocitySetParameters;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VelocitySetParameters` in `velocity_set`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:118:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     vec![0.095, 0.055],
[INFO] [stdout]    |          ^^^^^ expected `usize`, found floating-point number
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/momentum/bc.rs:120:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Arc::new(ConversionFactor::default()),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Parameters`, found `ConversionFactor`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/sync.rs:419:12
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]   --> src/momentum/bc.rs:113:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | let node = Node::new(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     NodeType::Fluid,
[INFO] [stdout]    |     --------------- argument #3 of type `Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>>` is missing
[INFO] [stdout] ...
[INFO] [stdout] 17 |     Arc::new(VelocitySetParameters::test_default(2)),
[INFO] [stdout]    |     ------------------------------------------------ unexpected argument #6
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Vec<f64>`, found `Vec<{integer}>`
[INFO] [stdout]   --> src/momentum/bc.rs:117:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     vec![9, 5],
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = note: expected struct `Vec<f64>`
[INFO] [stdout]               found struct `Vec<{integer}>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/momentum/node.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]    |
[INFO] [stdout] 11 ~ let node = Node::new(
[INFO] [stdout] 12 +     1.0,
[INFO] [stdout] 13 +     vec![0.0, 0.0],
[INFO] [stdout] 14 +     /* Arc<Option<Box<(dyn for<'a> Fn(&'a lbflow::momentum::Node) -> Vec<f64> + Send + Sync + 'static)>>> */,
[INFO] [stdout] 15 +     NodeType::Fluid,
[INFO] [stdout] 16 +     vec![0.095, 0.055],
[INFO] [stdout] 17 +     /* Vec<f64> */,
[INFO] [stdout] 18 +     Arc::new(ConversionFactor::default()),
[INFO] [stdout] 19 ~ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/bc.rs:127:6
[INFO] [stdout]     |
[INFO] [stdout]  25 | node.set_f_star(vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_density (line 1022) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1027:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_bgk_collision (line 1194) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1200:27
[INFO] [stdout]    |
[INFO] [stdout]  9 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:1204:6
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.set_f_eq(vec![0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 0 arguments were supplied
[INFO] [stdout]     --> src/momentum/node.rs:1206:6
[INFO] [stdout]      |
[INFO] [stdout]   15 | node.compute_bgk_collision();
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^-- argument #1 of type `f64` is missing
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/workdir/src/momentum/node.rs:1212:12
[INFO] [stdout]      |
[INFO] [stdout] 1212 |     pub fn compute_bgk_collision(&self, tau: Float) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]      |
[INFO] [stdout]   15 | node.compute_bgk_collision(/* f64 */);
[INFO] [stdout]      |                            +++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_density (line 998) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1003:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_equilibrium (line 1167) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1172:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1262) stdout ----
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1271:27
[INFO] [stdout]     |
[INFO] [stdout]  12 | node.get_neighbor_node(0).set_f_star(vec![0.1; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1272:27
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.get_neighbor_node(1).set_f_star(vec![0.2; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1273:27
[INFO] [stdout]     |
[INFO] [stdout]  14 | node.get_neighbor_node(2).set_f_star(vec![0.3; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1274:27
[INFO] [stdout]     |
[INFO] [stdout]  15 | node.get_neighbor_node(3).set_f_star(vec![0.4; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1275:27
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.get_neighbor_node(4).set_f_star(vec![0.5; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1276:27
[INFO] [stdout]     |
[INFO] [stdout]  17 | node.get_neighbor_node(5).set_f_star(vec![0.6; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1277:27
[INFO] [stdout]     |
[INFO] [stdout]  18 | node.get_neighbor_node(6).set_f_star(vec![0.7; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1278:27
[INFO] [stdout]     |
[INFO] [stdout]  19 | node.get_neighbor_node(7).set_f_star(vec![0.8; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1279:27
[INFO] [stdout]     |
[INFO] [stdout]  20 | node.get_neighbor_node(8).set_f_star(vec![0.9; 9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0624`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_c (line 841) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:846:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_node_residuals (line 1331) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1336:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:1339:6
[INFO] [stdout]     |
[INFO] [stdout]  11 | node.set_density(0.95);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:1340:6
[INFO] [stdout]     |
[INFO] [stdout]  12 | node.set_velocity(vec![0.15, -0.25]);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1284) stdout ----
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1294:27
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.get_neighbor_node(0).set_f_star(vec![1.0, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1295:27
[INFO] [stdout]     |
[INFO] [stdout]  14 | node.get_neighbor_node(1).set_f_star(vec![0.1, 0.2, 0.3, 1.0, 0.5, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1296:27
[INFO] [stdout]     |
[INFO] [stdout]  15 | node.get_neighbor_node(2).set_f_star(vec![0.1, 0.2, 0.3, 0.4, 1.0, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1297:27
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.get_neighbor_node(3).set_f_star(vec![0.1, 1.0, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1298:27
[INFO] [stdout]     |
[INFO] [stdout]  17 | node.get_neighbor_node(4).set_f_star(vec![0.1, 0.2, 1.0, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1299:27
[INFO] [stdout]     |
[INFO] [stdout]  18 | node.get_neighbor_node(5).set_f_star(vec![0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 1.0, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1300:27
[INFO] [stdout]     |
[INFO] [stdout]  19 | node.get_neighbor_node(6).set_f_star(vec![0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1.0]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1301:27
[INFO] [stdout]     |
[INFO] [stdout]  20 | node.get_neighbor_node(7).set_f_star(vec![0.1, 0.2, 0.3, 0.4, 0.5, 1.0, 0.7, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:1302:27
[INFO] [stdout]     |
[INFO] [stdout]  21 | node.get_neighbor_node(8).set_f_star(vec![0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 1.0, 0.8, 0.9]);
[INFO] [stdout]     |                           ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0624`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_d (line 791) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:796:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1087) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1092:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:1116:6
[INFO] [stdout]     |
[INFO] [stdout]  32 | node.set_density(0.5);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1049) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1054:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:1078:6
[INFO] [stdout]     |
[INFO] [stdout]  32 | node.set_density(0.5);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_density (line 150) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:155:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_index (line 572) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:577:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_d (line 801) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:806:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_c (line 855) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:860:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_f_star (line 453) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:458:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_f_eq (line 369) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:374:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_f (line 285) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:290:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_node_type (line 557) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:562:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_q (line 816) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:821:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_q (line 826) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:831:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_q_bar (line 909) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:914:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_shallow_node (line 764) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:769:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_q_bar (line 923) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:928:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_velocity (line 202) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:207:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_velocity (line 189) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:194:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 724) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] Selecting collision operator for the lattice: BGK(0.5)
[INFO] [stdout] 
[INFO] [stdout] Selecting velocity set for the lattice: D3Q27
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (370) panicked at src/velocity_set.rs:263:13:
[INFO] [stdout] Singular matrix!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ad3de7c132 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ad3de7c132 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ad3de7c132 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ad3de7c132 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ad3de8c03f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ad3de8c03f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x56ad3de593e3 - std::io::default_write_fmt::hd5a9ffaa98f14929
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ad3de593e3 - std::io::Write::write_fmt::hc04a1e5003ed78ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ad3de5f182 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ad3de60c9c - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ad3de60af6 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x56ad3de61275 - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x56ad3de610d6 - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x56ad3de5f2b9 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x56ad3de4de4d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x56ad3de93a10 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x56ad3de039e2 - lbflow::velocity_set::compute_inverse_matrix::he6e37b8e14951942
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:263:13
[INFO] [stdout]   17:     0x56ad3de030d8 - lbflow::velocity_set::VelocitySet::get_velocity_set_parameters::h9341d6958e0f27fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:137:37
[INFO] [stdout]   18:     0x56ad3de2f735 - lbflow::momentum::lattice::Lattice::new::hc555a6c8a1210183
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:41:57
[INFO] [stdout]   19:     0x56ad3de2f34f - lbflow::momentum::lattice::Lattice::test_default::hfa257a8c35dd05f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:231:9
[INFO] [stdout]   20:     0x56ad3dde442d - rust_out::main::_doctest_main_src_momentum_node_rs_724_0::h5144d3ea846af95b
[INFO] [stdout]   21:     0x56ad3dde4406 - rust_out::main::h4033cd6033bd24e0
[INFO] [stdout]   22:     0x56ad3dde40d3 - core::ops::function::FnOnce::call_once::h41347ff1687e6b73
[INFO] [stdout]   23:     0x56ad3dde4066 - std::sys::backtrace::__rust_begin_short_backtrace::h3dc8794c0fbffb60
[INFO] [stdout]   24:     0x56ad3dde4049 - std::rt::lang_start::{{closure}}::h1efb547a500af631
[INFO] [stdout]   25:     0x56ad3de5aa10 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3e39d917a8cc5592
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x56ad3de5aa10 - std::panicking::catch_unwind::do_call::hc1ce44ccb31bb18e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x56ad3de5aa10 - std::panicking::catch_unwind::ha27d9fd2a77bbb18
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x56ad3de5aa10 - std::panic::catch_unwind::h0b0f1918d1e2eb85
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x56ad3de5aa10 - std::rt::lang_start_internal::{{closure}}::heeac2294083edcfe
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x56ad3de5aa10 - std::panicking::catch_unwind::do_call::h4bb7d51c3842c367
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x56ad3de5aa10 - std::panicking::catch_unwind::h1d2f2878ba2618c4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x56ad3de5aa10 - std::panic::catch_unwind::h5070bdf026bf1f78
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x56ad3de5aa10 - std::rt::lang_start_internal::h9590fa5449576090
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x56ad3dde4031 - std::rt::lang_start::hb5dea8481070e01f
[INFO] [stdout]   35:     0x56ad3dde4dc5 - main
[INFO] [stdout]   36:     0x71e0cde8c1ca - <unknown>
[INFO] [stdout]   37:     0x71e0cde8c28b - __libc_start_main
[INFO] [stdout]   38:     0x56ad3dde3f45 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 710) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] Selecting collision operator for the lattice: BGK(0.5)
[INFO] [stdout] 
[INFO] [stdout] Selecting velocity set for the lattice: D3Q27
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (382) panicked at src/velocity_set.rs:263:13:
[INFO] [stdout] Singular matrix!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6380001132 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6380001132 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6380001132 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f6380001132 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f638001103f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f638001103f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f637ffde3e3 - std::io::default_write_fmt::hd5a9ffaa98f14929
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f637ffde3e3 - std::io::Write::write_fmt::hc04a1e5003ed78ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f637ffe4182 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f637ffe5c9c - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f637ffe5af6 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5f637ffe6275 - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5f637ffe60d6 - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x5f637ffe42b9 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5f637ffd2e4d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5f6380018a10 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5f637ff889e2 - lbflow::velocity_set::compute_inverse_matrix::he6e37b8e14951942
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:263:13
[INFO] [stdout]   17:     0x5f637ff880d8 - lbflow::velocity_set::VelocitySet::get_velocity_set_parameters::h9341d6958e0f27fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:137:37
[INFO] [stdout]   18:     0x5f637ffb4735 - lbflow::momentum::lattice::Lattice::new::hc555a6c8a1210183
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:41:57
[INFO] [stdout]   19:     0x5f637ffb434f - lbflow::momentum::lattice::Lattice::test_default::hfa257a8c35dd05f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:231:9
[INFO] [stdout]   20:     0x5f637ff6942d - rust_out::main::_doctest_main_src_momentum_node_rs_710_0::h64fc09168ea82301
[INFO] [stdout]   21:     0x5f637ff69406 - rust_out::main::h4033cd6033bd24e0
[INFO] [stdout]   22:     0x5f637ff690d3 - core::ops::function::FnOnce::call_once::h41347ff1687e6b73
[INFO] [stdout]   23:     0x5f637ff69066 - std::sys::backtrace::__rust_begin_short_backtrace::h3dc8794c0fbffb60
[INFO] [stdout]   24:     0x5f637ff69049 - std::rt::lang_start::{{closure}}::h1efb547a500af631
[INFO] [stdout]   25:     0x5f637ffdfa10 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3e39d917a8cc5592
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x5f637ffdfa10 - std::panicking::catch_unwind::do_call::hc1ce44ccb31bb18e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x5f637ffdfa10 - std::panicking::catch_unwind::ha27d9fd2a77bbb18
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x5f637ffdfa10 - std::panic::catch_unwind::h0b0f1918d1e2eb85
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f637ffdfa10 - std::rt::lang_start_internal::{{closure}}::heeac2294083edcfe
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x5f637ffdfa10 - std::panicking::catch_unwind::do_call::h4bb7d51c3842c367
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5f637ffdfa10 - std::panicking::catch_unwind::h1d2f2878ba2618c4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5f637ffdfa10 - std::panic::catch_unwind::h5070bdf026bf1f78
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5f637ffdfa10 - std::rt::lang_start_internal::h9590fa5449576090
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x5f637ff69031 - std::rt::lang_start::hb5dea8481070e01f
[INFO] [stdout]   35:     0x5f637ff69dc5 - main
[INFO] [stdout]   36:     0x75bd1b4ae1ca - <unknown>
[INFO] [stdout]   37:     0x75bd1b4ae28b - __libc_start_main
[INFO] [stdout]   38:     0x5f637ff68f45 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_w (line 889) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:894:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_neighbor_nodes (line 612) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] Selecting collision operator for the lattice: BGK(0.5)
[INFO] [stdout] 
[INFO] [stdout] Selecting velocity set for the lattice: D3Q27
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (390) panicked at src/velocity_set.rs:263:13:
[INFO] [stdout] Singular matrix!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64e58250ade2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64e58250ade2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64e58250ade2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64e58250ade2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64e58251acef - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64e58251acef - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x64e5824e8093 - std::io::default_write_fmt::hd5a9ffaa98f14929
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64e5824e8093 - std::io::Write::write_fmt::hc04a1e5003ed78ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64e5824ede32 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64e5824ef94c - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64e5824ef7a6 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x64e5824eff25 - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x64e5824efd86 - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x64e5824edf69 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x64e5824dcafd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x64e5825226c0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x64e5824927d2 - lbflow::velocity_set::compute_inverse_matrix::he6e37b8e14951942
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:263:13
[INFO] [stdout]   17:     0x64e582491ec8 - lbflow::velocity_set::VelocitySet::get_velocity_set_parameters::h9341d6958e0f27fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:137:37
[INFO] [stdout]   18:     0x64e5824be3e5 - lbflow::momentum::lattice::Lattice::new::hc555a6c8a1210183
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:41:57
[INFO] [stdout]   19:     0x64e5824bdfff - lbflow::momentum::lattice::Lattice::test_default::hfa257a8c35dd05f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/momentum/lattice.rs:231:9
[INFO] [stdout]   20:     0x64e5824733ed - rust_out::main::_doctest_main_src_momentum_node_rs_612_0::h28e1f24855e4fb62
[INFO] [stdout]   21:     0x64e5824733c6 - rust_out::main::h4033cd6033bd24e0
[INFO] [stdout]   22:     0x64e582473093 - core::ops::function::FnOnce::call_once::h41347ff1687e6b73
[INFO] [stdout]   23:     0x64e582473026 - std::sys::backtrace::__rust_begin_short_backtrace::h3dc8794c0fbffb60
[INFO] [stdout]   24:     0x64e582473009 - std::rt::lang_start::{{closure}}::h1efb547a500af631
[INFO] [stdout]   25:     0x64e5824e96c0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3e39d917a8cc5592
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x64e5824e96c0 - std::panicking::catch_unwind::do_call::hc1ce44ccb31bb18e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x64e5824e96c0 - std::panicking::catch_unwind::ha27d9fd2a77bbb18
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x64e5824e96c0 - std::panic::catch_unwind::h0b0f1918d1e2eb85
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64e5824e96c0 - std::rt::lang_start_internal::{{closure}}::heeac2294083edcfe
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x64e5824e96c0 - std::panicking::catch_unwind::do_call::h4bb7d51c3842c367
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x64e5824e96c0 - std::panicking::catch_unwind::h1d2f2878ba2618c4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x64e5824e96c0 - std::panic::catch_unwind::h5070bdf026bf1f78
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x64e5824e96c0 - std::rt::lang_start_internal::h9590fa5449576090
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x64e582472ff1 - std::rt::lang_start::hb5dea8481070e01f
[INFO] [stdout]   35:     0x64e582473c65 - main
[INFO] [stdout]   36:     0x715577e7b1ca - <unknown>
[INFO] [stdout]   37:     0x715577e7b28b - __libc_start_main
[INFO] [stdout]   38:     0x64e582472e95 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::get_w (line 875) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:880:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_velocity (line 221) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:226:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:231:6
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.set_velocity(vec![0.1, 0.0]);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:234:6
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.set_velocity(velocity);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:243:6
[INFO] [stdout]     |
[INFO] [stdout]  25 | node.set_velocity(velocity);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:256:6
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]     |
[INFO] [stdout]  38 | node.set_velocity(velocity);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_f (line 303) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:309:27
[INFO] [stdout]    |
[INFO] [stdout]  9 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_f_eq (line 387) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:393:27
[INFO] [stdout]    |
[INFO] [stdout]  9 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:398:6
[INFO] [stdout]     |
[INFO] [stdout]  14 | node.set_f_eq(vec![0.1, 0.0, 0.3, 0.0, 0.5, 0.0, 0.7, 0.0, 0.9]);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:404:6
[INFO] [stdout]     |
[INFO] [stdout]  20 | node.set_f_eq(f_eq);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:413:6
[INFO] [stdout]     |
[INFO] [stdout]  29 | node.set_f_eq(f_eq);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:426:6
[INFO] [stdout]     |
[INFO] [stdout]  42 | node.set_f_eq(f_eq);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:438:6
[INFO] [stdout]     |
[INFO] [stdout]  54 | node.set_f_eq(vec![0.1, 0.2, 0.0, 0.4, 0.5, 0.6, 0.7, 0.6, 0.0, 0.4, 0.3, 0.2, 0.1, 0.0, 0.1, 0.2, 0.3, 0.4, 0.0, 0.6, 0.7, 0.6, 0.5, 0.4...
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_eq` is private
[INFO] [stdout]    --> src/momentum/node.rs:444:6
[INFO] [stdout]     |
[INFO] [stdout]  60 | node.set_f_eq(f_eq);
[INFO] [stdout]     |      ^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:446:5
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn set_f_eq(&self, f_eq: Vec<Float>) {
[INFO] [stdout]     |     ------------------------------------ private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_f_star (line 471) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:477:27
[INFO] [stdout]    |
[INFO] [stdout]  9 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  9 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  9 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:482:6
[INFO] [stdout]     |
[INFO] [stdout]  14 | node.set_f_star(vec![0.1, 0.0, 0.3, 0.0, 0.5, 0.0, 0.7, 0.0, 0.9]);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:488:6
[INFO] [stdout]     |
[INFO] [stdout]  20 | node.set_f_star(f_star);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:497:6
[INFO] [stdout]     |
[INFO] [stdout]  29 | node.set_f_star(f_star);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:510:6
[INFO] [stdout]     |
[INFO] [stdout]  42 | node.set_f_star(f_star);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:522:6
[INFO] [stdout]     |
[INFO] [stdout]  54 | node.set_f_star(vec![0.1, 0.2, 0.0, 0.4, 0.5, 0.6, 0.7, 0.6, 0.0, 0.4, 0.3, 0.2, 0.1, 0.0, 0.1, 0.2, 0.3, 0.4, 0.0, 0.6, 0.7, 0.6, 0.5, 0...
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_f_star` is private
[INFO] [stdout]    --> src/momentum/node.rs:528:6
[INFO] [stdout]     |
[INFO] [stdout]  60 | node.set_f_star(f_star);
[INFO] [stdout]     |      ^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 |     fn set_f_star(&self, f_star: Vec<Float>) {
[INFO] [stdout]     |     ---------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_density (line 166) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:171:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:176:6
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.set_density(1.1);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:179:6
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.set_density(1.2);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::update_shallow_node (line 1363) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:1368:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_density` is private
[INFO] [stdout]    --> src/momentum/node.rs:1375:6
[INFO] [stdout]     |
[INFO] [stdout]  15 | node.set_density(0.9);
[INFO] [stdout]     |      ^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_density(&self, density: Float) {
[INFO] [stdout]     |     ------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:1376:6
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.set_velocity(vec![0.1, -0.1]);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/momentum/node.rs - momentum::node::Node::set_velocity (line 263) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/momentum/node.rs:268:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:273:6
[INFO] [stdout]     |
[INFO] [stdout]  13 | node.set_velocity(vec![0.1, 0.2, 0.0]);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: method `set_velocity` is private
[INFO] [stdout]    --> src/momentum/node.rs:276:6
[INFO] [stdout]     |
[INFO] [stdout]  16 | node.set_velocity(velocity);
[INFO] [stdout]     |      ^^^^^^^^^^^^ private method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/momentum/node.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn set_velocity(&self, velocity: Vec<Float>) {
[INFO] [stdout]     |     -------------------------------------------- private method defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0603, E0624.
[INFO] [stdout] For more information about an error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 289) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:294:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 343) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:348:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 329) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:334:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 279) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:284:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 304) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:309:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 314) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:319:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 411) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:416:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 363) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:368:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 377) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:382:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 397) stdout ----
[INFO] [stdout] error[E0603]: module `velocity_set` is private
[INFO] [stdout]   --> src/passive_scalar/node.rs:402:27
[INFO] [stdout]    |
[INFO] [stdout]  8 | use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]    |                           ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `velocity_set` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/velocity_set.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set::Parameters;
[INFO] [stdout]    |
[INFO] [stdout] help: import `velocity_set` directly
[INFO] [stdout]    |
[INFO] [stdout]  8 - use lbflow::velocity_set::velocity_set::Parameters;
[INFO] [stdout]  8 + use lbflow::velocity_set;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/velocity_set.rs - velocity_set::Parameters (line 180) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (627) panicked at src/velocity_set.rs:263:13:
[INFO] [stdout] Singular matrix!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f22dfa8f472 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f22dfa8f472 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f22dfa8f472 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f22dfa8f472 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f22dfa9e25f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f22dfa9e25f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f22dfa6d6b3 - std::io::default_write_fmt::hd5a9ffaa98f14929
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f22dfa6d6b3 - std::io::Write::write_fmt::hc04a1e5003ed78ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f22dfa72dd2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f22dfa747dc - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f22dfa74636 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5f22dfa74db5 - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5f22dfa74c16 - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x5f22dfa72f09 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5f22dfa6211d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5f22dfaa16d0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5f22dfa40472 - lbflow::velocity_set::compute_inverse_matrix::he6e37b8e14951942
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:263:13
[INFO] [stdout]   17:     0x5f22dfa3fb68 - lbflow::velocity_set::VelocitySet::get_velocity_set_parameters::h9341d6958e0f27fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:137:37
[INFO] [stdout]   18:     0x5f22dfa3e875 - lbflow::velocity_set::Parameters::test_default::h8b78c99695da178a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/velocity_set.rs:193:24
[INFO] [stdout]   19:     0x5f22dfa27237 - rust_out::main::_doctest_main_src_velocity_set_rs_180_0::h414e89b7e09b6bd6
[INFO] [stdout]   20:     0x5f22dfa27216 - rust_out::main::h4033cd6033bd24e0
[INFO] [stdout]   21:     0x5f22dfa271e3 - core::ops::function::FnOnce::call_once::h41347ff1687e6b73
[INFO] [stdout]   22:     0x5f22dfa27186 - std::sys::backtrace::__rust_begin_short_backtrace::h3dc8794c0fbffb60
[INFO] [stdout]   23:     0x5f22dfa27169 - std::rt::lang_start::{{closure}}::h1efb547a500af631
[INFO] [stdout]   24:     0x5f22dfa6e860 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3e39d917a8cc5592
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   25:     0x5f22dfa6e860 - std::panicking::catch_unwind::do_call::hc1ce44ccb31bb18e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x5f22dfa6e860 - std::panicking::catch_unwind::ha27d9fd2a77bbb18
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x5f22dfa6e860 - std::panic::catch_unwind::h0b0f1918d1e2eb85
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x5f22dfa6e860 - std::rt::lang_start_internal::{{closure}}::heeac2294083edcfe
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:175:24
[INFO] [stdout]   29:     0x5f22dfa6e860 - std::panicking::catch_unwind::do_call::h4bb7d51c3842c367
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5f22dfa6e860 - std::panicking::catch_unwind::h1d2f2878ba2618c4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5f22dfa6e860 - std::panic::catch_unwind::h5070bdf026bf1f78
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5f22dfa6e860 - std::rt::lang_start_internal::h9590fa5449576090
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/rt.rs:171:5
[INFO] [stdout]   33:     0x5f22dfa27151 - std::rt::lang_start::hb5dea8481070e01f
[INFO] [stdout]   34:     0x5f22dfa27425 - main
[INFO] [stdout]   35:     0x7c50f58151ca - <unknown>
[INFO] [stdout]   36:     0x7c50f581528b - __libc_start_main
[INFO] [stdout]   37:     0x5f22dfa27065 - _start
[INFO] [stdout]   38:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 105)
[INFO] [stdout]     src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 132)
[INFO] [stdout]     src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 159)
[INFO] [stdout]     src/momentum/bc.rs - momentum::bc::Node::compute_no_slip_bc (line 78)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_bgk_collision (line 1194)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_density (line 1022)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_density (line 998)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_equilibrium (line 1167)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_node_residuals (line 1331)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1262)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_streaming (line 1284)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1049)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::compute_velocity (line 1087)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_c (line 841)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_c (line 855)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_d (line 791)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_d (line 801)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_density (line 150)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_f (line 285)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_f_eq (line 369)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_f_star (line 453)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_index (line 572)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 710)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_neighbor_node (line 724)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_neighbor_nodes (line 612)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_node_type (line 557)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_q (line 816)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_q (line 826)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_q_bar (line 909)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_q_bar (line 923)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_shallow_node (line 764)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_velocity (line 189)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_velocity (line 202)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_w (line 875)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::get_w (line 889)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_density (line 166)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_f (line 303)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_f_eq (line 387)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_f_star (line 471)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_velocity (line 221)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::set_velocity (line 263)
[INFO] [stdout]     src/momentum/node.rs - momentum::node::Node::update_shallow_node (line 1363)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 329)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_c (line 343)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 279)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_d (line 289)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 304)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_q (line 314)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 397)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_q_bar (line 411)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 363)
[INFO] [stdout]     src/passive_scalar/node.rs - passive_scalar::node::Node::get_w (line 377)
[INFO] [stdout]     src/velocity_set.rs - velocity_set::Parameters (line 180)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 53 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.73s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 9.24s; merged doctests compilation took 0.51s
[INFO] running `Command { std: "docker" "inspect" "cb4773557f4f23bb8762ca8e4a7123df00adbebdc2868c47e109f972068fe62b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb4773557f4f23bb8762ca8e4a7123df00adbebdc2868c47e109f972068fe62b", kill_on_drop: false }`
[INFO] [stdout] cb4773557f4f23bb8762ca8e4a7123df00adbebdc2868c47e109f972068fe62b
