[INFO] fetching crate molar_python 0.10.0...
[INFO] checking molar_python-0.10.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate molar_python 0.10.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate molar_python 0.10.0
[INFO] finished tweaking crates.io crate molar_python 0.10.0
[INFO] tweaked toml for crates.io crate molar_python 0.10.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate molar_python 0.10.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate molar_python 0.10.0 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd6e806ffcff247279bedf6733abbbff3f811c43855e91318065cdfce088f9d0
[INFO] running `Command { std: "docker" "start" "-a" "cd6e806ffcff247279bedf6733abbbff3f811c43855e91318065cdfce088f9d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd6e806ffcff247279bedf6733abbbff3f811c43855e91318065cdfce088f9d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6e806ffcff247279bedf6733abbbff3f811c43855e91318065cdfce088f9d0", kill_on_drop: false }`
[INFO] [stdout] cd6e806ffcff247279bedf6733abbbff3f811c43855e91318065cdfce088f9d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69c306e920d3307cbe8a9b6eb4469b69901e32f27032be21b677138ce1b8c069
[INFO] running `Command { std: "docker" "start" "-a" "69c306e920d3307cbe8a9b6eb4469b69901e32f27032be21b677138ce1b8c069", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling pyo3-build-config v0.23.4
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling miniz_oxide v0.8.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.4
[INFO] [stderr]    Compiling pyo3-ffi v0.23.4
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling pyo3 v0.23.4
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]    Compiling xattr v1.4.0
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling tar v0.4.43
[INFO] [stderr]     Checking clap_builder v4.5.34
[INFO] [stderr]    Compiling molar_gromacs v0.9.0
[INFO] [stderr]    Compiling molar_molfile v0.9.0
[INFO] [stderr]    Compiling molar_xdrfile v0.9.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling molar_powersasa v0.9.3
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]    Compiling molar v0.10.0
[INFO] [stderr]     Checking triple_accel v0.4.0
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling derive-new v0.6.0
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking winnow v0.7.2
[INFO] [stderr]     Checking editdistancek v1.0.2
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking peg v0.8.5
[INFO] [stderr]     Checking comfy-table v7.1.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking serde v1.0.217
[INFO] [stderr]     Checking sync-unsafe-cell v0.1.1
[INFO] [stderr]     Checking sorted-vec v0.8.6
[INFO] [stderr]     Checking bio-types v1.0.4
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]     Checking clap v4.5.34
[INFO] [stderr]    Compiling pyo3-macros v0.23.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking bv v0.11.1
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking multimap v0.9.1
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking triomphe v0.1.14
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking pyo3-log v0.12.1
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking nalgebra v0.29.0
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking statrs v0.16.1
[INFO] [stderr]     Checking bio v2.3.0
[INFO] [stderr]     Checking numpy v0.23.0
[INFO] [stderr]     Checking molar_membrane v0.10.0
[INFO] [stderr]     Checking molar_python v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:475:25
[INFO] [stdout]     |
[INFO] [stdout] 475 |     fn __getitem__(slf: Bound<Self>, i: isize) -> PyResult<Py<PyAny>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<usize, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/lib.rs:515:50
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn get_index<'py>(&self, py: Python<'py>) -> Bound<'py, numpy::PyArray1<usize>> {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]    --> src/lib.rs:519:50
[INFO] [stdout]     |
[INFO] [stdout] 519 |     fn get_coord<'py>(&self, py: Python<'py>) -> Bound<'py, numpy::PyArray2<f32>> {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:702:33
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn split_resindex(&self) -> Vec<Sel> {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:706:30
[INFO] [stdout]     |
[INFO] [stdout] 706 |     fn split_chain(&self) -> Vec<Sel> {
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:713:33
[INFO] [stdout]     |
[INFO] [stdout] 713 |     fn split_molecule(&self) -> Vec<Sel> {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/lib.rs:720:45
[INFO] [stdout]     |
[INFO] [stdout] 720 |     fn to_gromacs_ndx(&self, name: &str) -> String {
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SasaResults, Infallible>
[INFO] [stdout]    --> src/lib.rs:744:23
[INFO] [stdout]     |
[INFO] [stdout] 744 |     fn sasa(&self) -> SasaResults {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/particle.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn get_id(&self) -> usize {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, periodic_box::PeriodicBox>, Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 |         slf: Bound<'py, Self>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>), Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 |     ) -> (Bound<'py, PyArray1<f32>>, Bound<'py, PyArray1<f32>>) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:88:51
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn get_matrix<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray2<f32>> {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:116:56
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn get_box_extents<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray1<f32>> {
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:120:56
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn get_lab_extents<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray1<f32>> {
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:124:31
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn is_triclinic(&self) -> bool {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                            ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:183:24
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                        ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:183:24
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `molar_python` (lib) due to 19 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:475:25
[INFO] [stdout]     |
[INFO] [stdout] 475 |     fn __getitem__(slf: Bound<Self>, i: isize) -> PyResult<Py<PyAny>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<usize, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/lib.rs:515:50
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn get_index<'py>(&self, py: Python<'py>) -> Bound<'py, numpy::PyArray1<usize>> {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]    --> src/lib.rs:519:50
[INFO] [stdout]     |
[INFO] [stdout] 519 |     fn get_coord<'py>(&self, py: Python<'py>) -> Bound<'py, numpy::PyArray2<f32>> {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:702:33
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn split_resindex(&self) -> Vec<Sel> {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:706:30
[INFO] [stdout]     |
[INFO] [stdout] 706 |     fn split_chain(&self) -> Vec<Sel> {
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<Sel>, Infallible>
[INFO] [stdout]    --> src/lib.rs:713:33
[INFO] [stdout]     |
[INFO] [stdout] 713 |     fn split_molecule(&self) -> Vec<Sel> {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/lib.rs:720:45
[INFO] [stdout]     |
[INFO] [stdout] 720 |     fn to_gromacs_ndx(&self, name: &str) -> String {
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SasaResults, Infallible>
[INFO] [stdout]    --> src/lib.rs:744:23
[INFO] [stdout]     |
[INFO] [stdout] 744 |     fn sasa(&self) -> SasaResults {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/particle.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn get_id(&self) -> usize {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, periodic_box::PeriodicBox>, Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 |         slf: Bound<'py, Self>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>), Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 |     ) -> (Bound<'py, PyArray1<f32>>, Bound<'py, PyArray1<f32>>) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 2]>>>, Infallible>
[INFO] [stdout]   --> src/periodic_box.rs:88:51
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn get_matrix<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray2<f32>> {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:116:56
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn get_box_extents<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray1<f32>> {
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, PyArray<f32, numpy::ndarray::Dim<[usize; 1]>>>, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:120:56
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn get_lab_extents<'py>(&self, py: Python<'py>) -> Bound<'py, PyArray1<f32>> {
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/periodic_box.rs:124:31
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn is_triclinic(&self) -> bool {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                            ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/membrane.rs:183:24
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                        ^^^^^^^^^^^           ^^ the same lifetime is elided here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<'_, Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn get_head_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn get_mid_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn get_tail_marker(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<pyo3::Bound<'_, membrane::LipidMolecule>, Infallible>
[INFO] [stdout]    --> src/membrane.rs:183:24
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn get_normal(slf: Bound<Self>) -> Bound<'_, PyAny> {
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `molar_python` (lib test) due to 19 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "69c306e920d3307cbe8a9b6eb4469b69901e32f27032be21b677138ce1b8c069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69c306e920d3307cbe8a9b6eb4469b69901e32f27032be21b677138ce1b8c069", kill_on_drop: false }`
[INFO] [stdout] 69c306e920d3307cbe8a9b6eb4469b69901e32f27032be21b677138ce1b8c069
