[INFO] cloning repository https://github.com/jackgerrits/reductionml
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackgerrits/reductionml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackgerrits%2Freductionml", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackgerrits%2Freductionml'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09929f3d2bc94ecfb6ef707cd04136aec91aa467
[INFO] checking jackgerrits/reductionml against 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2 for pr-160391
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackgerrits%2Freductionml" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jackgerrits/reductionml
[INFO] finished tweaking git repo https://github.com/jackgerrits/reductionml
[INFO] tweaked toml for git repo https://github.com/jackgerrits/reductionml written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jackgerrits/reductionml on toolchain 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jackgerrits/reductionml 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" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10
[INFO] running `Command { std: "docker" "start" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling pyo3-build-config v0.19.2
[INFO] [stderr]     Checking inventory v0.3.20
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking unindent v0.1.11
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking psl v2.1.110
[INFO] [stderr]    Compiling valico v4.0.0
[INFO] [stderr]     Checking rustix v1.0.7
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling pyo3-ffi v0.19.2
[INFO] [stderr]    Compiling pyo3 v0.19.2
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking atomic-wait v1.1.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling pyo3-macros-backend v0.19.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking addr v0.15.6
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking uritemplate-next v0.2.0
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]     Checking num_enum v0.5.11
[INFO] [stderr]    Compiling serde_default v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling typetag-impl v0.2.20
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking assert_fs v1.1.3
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling pyo3-macros v0.19.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]     Checking clap_complete v4.5.50
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking erased-serde v0.4.6
[INFO] [stderr]     Checking flexbuffers v2.0.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking pythonize v0.19.0
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking prettytable-rs v0.10.0
[INFO] [stderr]     Checking typetag v0.2.20
[INFO] [stderr]     Checking serde_json_borrow v0.1.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking jsonway v2.0.0
[INFO] [stderr]     Checking json-pointer v0.3.4
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking reductionml-core v0.1.0 (/opt/rustwide/workdir/reductionml-core)
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]   --> reductionml-core/src/dense_weights.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |         core::f32::EPSILON
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]   --> reductionml-core/src/sparse_namespaced_features.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |         core::f32::EPSILON
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/sparse_namespaced_features.rs:217:20
[INFO] [stdout]     |
[INFO] [stdout] 217 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/types.rs:176:20
[INFO] [stdout]     |
[INFO] [stdout] 176 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/types.rs:277:20
[INFO] [stdout]     |
[INFO] [stdout] 277 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]   --> reductionml-core/src/dense_weights.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |         core::f32::EPSILON
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]   --> reductionml-core/src/sparse_namespaced_features.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |         core::f32::EPSILON
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/sparse_namespaced_features.rs:217:20
[INFO] [stdout]     |
[INFO] [stdout] 217 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/types.rs:176:20
[INFO] [stdout]     |
[INFO] [stdout] 176 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> reductionml-core/src/types.rs:277:20
[INFO] [stdout]     |
[INFO] [stdout] 277 |         core::f32::EPSILON
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PredOutcome` is never constructed
[INFO] [stdout]    --> reductionml-core/src/reductions/coin.rs:288:8
[INFO] [stdout]     |
[INFO] [stdout] 288 | struct PredOutcome(f32, f32);
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/parsers/vw_text_parser.rs:284:32
[INFO] [stdout]     |
[INFO] [stdout] 284 | fn parse_namespace_info(input: &str) -> Result<(&str, (ParsedNamespaceInfo, f32))> {
[INFO] [stdout]     |                                ^^^^             ^^^^   ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |                |
[INFO] [stdout]     |                                |                the same lifetime is elided here
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 284 | fn parse_namespace_info(input: &str) -> Result<(&str, (ParsedNamespaceInfo<'_>, f32))> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/parsers/vw_text_parser.rs:301:24
[INFO] [stdout]     |
[INFO] [stdout] 301 |     namespace_segment: &str,
[INFO] [stdout]     |                        ^^^^ the lifetime is elided here
[INFO] [stdout] 302 | ) -> Result<(ParsedNamespaceInfo, Vec<ParsedFeature>)> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 302 | ) -> Result<(ParsedNamespaceInfo<'_>, Vec<ParsedFeature<'_>>)> {
[INFO] [stdout]     |                                 ++++                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> reductionml-core/src/sparse_namespaced_features.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn iter(&self) -> NamespaceIterator {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn iter(&self) -> NamespaceIterator<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/sparse_namespaced_features.rs:272:23
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub fn namespaces(&self) -> NamespacesIterator {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub fn namespaces(&self) -> NamespacesIterator<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking reductionml-cli v0.1.0 (/opt/rustwide/workdir/reductionml-cli)
[INFO] [stderr]     Checking reductionml-python v0.1.0 (/opt/rustwide/workdir/reductionml-python)
[INFO] [stderr]     Checking reductionml-docs-extension v0.1.0 (/opt/rustwide/workdir/utils/reductionml-docs-extension)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/features.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 20 | impl WrappedSparseFeatures {
[INFO] [stdout]    |      ---------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedSparseFeatures` is not local
[INFO] [stdout]    |      `WrappedSparseFeatures` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/features.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 36 | impl WrappedCbAdfFeatures {
[INFO] [stdout]    |      --------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedCbAdfFeatures` is not local
[INFO] [stdout]    |      `WrappedCbAdfFeatures` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> reductionml-python/src/features.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub(crate) fn to_features(&mut self) -> Features {
[INFO] [stdout]    |                               ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub(crate) fn to_features(&mut self) -> Features<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/labels.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 56 | impl WrappedSimpleLabel {
[INFO] [stdout]    |      ------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedSimpleLabel` is not local
[INFO] [stdout]    |      `WrappedSimpleLabel` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> reductionml-python/src/labels.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[pymethods]
[INFO] [stdout]     | -^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `PyClassImplCollector` is not local
[INFO] [stdout]     | `PyClassNewTextSignature` is not local
[INFO] [stdout]     | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 113 | impl WrappedCBLabel {
[INFO] [stdout]     |      --------------
[INFO] [stdout]     |      |
[INFO] [stdout]     |      `WrappedCBLabel` is not local
[INFO] [stdout]     |      `WrappedCBLabel` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/predictions.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 52 | impl WrappedScalarPrediction {
[INFO] [stdout]    |      -----------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedScalarPrediction` is not local
[INFO] [stdout]    |      `WrappedScalarPrediction` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/predictions.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 92 | impl WrappedActionScoresPrediction {
[INFO] [stdout]    |      -----------------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedActionScoresPrediction` is not local
[INFO] [stdout]    |      `WrappedActionScoresPrediction` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> reductionml-python/src/predictions.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[pymethods]
[INFO] [stdout]     | -^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `PyClassImplCollector` is not local
[INFO] [stdout]     | `PyClassNewTextSignature` is not local
[INFO] [stdout]     | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 121 | impl WrappedActionProbsPrediction {
[INFO] [stdout]     |      ----------------------------
[INFO] [stdout]     |      |
[INFO] [stdout]     |      `WrappedActionProbsPrediction` is not local
[INFO] [stdout]     |      `WrappedActionProbsPrediction` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/workspace.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 33 | impl WrappedReductionTypesDescription {
[INFO] [stdout]    |      --------------------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedReductionTypesDescription` is not local
[INFO] [stdout]    |      `WrappedReductionTypesDescription` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/features.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 20 | impl WrappedSparseFeatures {
[INFO] [stdout]    |      ---------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedSparseFeatures` is not local
[INFO] [stdout]    |      `WrappedSparseFeatures` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/features.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 36 | impl WrappedCbAdfFeatures {
[INFO] [stdout]    |      --------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedCbAdfFeatures` is not local
[INFO] [stdout]    |      `WrappedCbAdfFeatures` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> reductionml-python/src/features.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub(crate) fn to_features(&mut self) -> Features {
[INFO] [stdout]    |                               ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub(crate) fn to_features(&mut self) -> Features<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/labels.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 56 | impl WrappedSimpleLabel {
[INFO] [stdout]    |      ------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedSimpleLabel` is not local
[INFO] [stdout]    |      `WrappedSimpleLabel` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> reductionml-python/src/labels.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[pymethods]
[INFO] [stdout]     | -^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `PyClassImplCollector` is not local
[INFO] [stdout]     | `PyClassNewTextSignature` is not local
[INFO] [stdout]     | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 113 | impl WrappedCBLabel {
[INFO] [stdout]     |      --------------
[INFO] [stdout]     |      |
[INFO] [stdout]     |      `WrappedCBLabel` is not local
[INFO] [stdout]     |      `WrappedCBLabel` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/predictions.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 52 | impl WrappedScalarPrediction {
[INFO] [stdout]    |      -----------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedScalarPrediction` is not local
[INFO] [stdout]    |      `WrappedScalarPrediction` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/predictions.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 92 | impl WrappedActionScoresPrediction {
[INFO] [stdout]    |      -----------------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedActionScoresPrediction` is not local
[INFO] [stdout]    |      `WrappedActionScoresPrediction` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> reductionml-python/src/predictions.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[pymethods]
[INFO] [stdout]     | -^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `PyClassImplCollector` is not local
[INFO] [stdout]     | `PyClassNewTextSignature` is not local
[INFO] [stdout]     | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 121 | impl WrappedActionProbsPrediction {
[INFO] [stdout]     |      ----------------------------
[INFO] [stdout]     |      |
[INFO] [stdout]     |      `WrappedActionProbsPrediction` is not local
[INFO] [stdout]     |      `WrappedActionProbsPrediction` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> reductionml-python/src/workspace.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[pymethods]
[INFO] [stdout]    | -^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `PyClassImplCollector` is not local
[INFO] [stdout]    | `PyClassNewTextSignature` is not local
[INFO] [stdout]    | move the `impl` block outside of this function `trampoline` and up 4 bodies
[INFO] [stdout] 33 | impl WrappedReductionTypesDescription {
[INFO] [stdout]    |      --------------------------------
[INFO] [stdout]    |      |
[INFO] [stdout]    |      `WrappedReductionTypesDescription` is not local
[INFO] [stdout]    |      `WrappedReductionTypesDescription` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PredOutcome` is never constructed
[INFO] [stdout]    --> reductionml-core/src/reductions/coin.rs:288:8
[INFO] [stdout]     |
[INFO] [stdout] 288 | struct PredOutcome(f32, f32);
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/parsers/vw_text_parser.rs:284:32
[INFO] [stdout]     |
[INFO] [stdout] 284 | fn parse_namespace_info(input: &str) -> Result<(&str, (ParsedNamespaceInfo, f32))> {
[INFO] [stdout]     |                                ^^^^             ^^^^   ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |                |
[INFO] [stdout]     |                                |                the same lifetime is elided here
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 284 | fn parse_namespace_info(input: &str) -> Result<(&str, (ParsedNamespaceInfo<'_>, f32))> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/parsers/vw_text_parser.rs:301:24
[INFO] [stdout]     |
[INFO] [stdout] 301 |     namespace_segment: &str,
[INFO] [stdout]     |                        ^^^^ the lifetime is elided here
[INFO] [stdout] 302 | ) -> Result<(ParsedNamespaceInfo, Vec<ParsedFeature>)> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 302 | ) -> Result<(ParsedNamespaceInfo<'_>, Vec<ParsedFeature<'_>>)> {
[INFO] [stdout]     |                                 ++++                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> reductionml-core/src/sparse_namespaced_features.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn iter(&self) -> NamespaceIterator {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn iter(&self) -> NamespaceIterator<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> reductionml-core/src/sparse_namespaced_features.rs:272:23
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub fn namespaces(&self) -> NamespacesIterator {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub fn namespaces(&self) -> NamespacesIterator<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.47s
[INFO] running `Command { std: "docker" "inspect" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10", kill_on_drop: false }`
[INFO] [stdout] 74a332761c6f6a1436c59b4db480e00d57d79b02337bf7572578050beb10dd10
