[INFO] fetching crate oni-comb-parser-rs 1.2.94... [INFO] testing oni-comb-parser-rs-1.2.94 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate oni-comb-parser-rs 1.2.94 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate oni-comb-parser-rs 1.2.94 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate oni-comb-parser-rs 1.2.94 [INFO] tweaked toml for crates.io crate oni-comb-parser-rs 1.2.94 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oni-comb-parser-rs 1.2.94 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate oni-comb-parser-rs 1.2.94 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pprof v0.15.0 [INFO] [stderr] Downloaded prop-check-rs v0.0.960 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b12082158c9f48470ae8406b7b5a1d7f966aa1dfa14e02564bf152adb14a545 [INFO] running `Command { std: "docker" "start" "-a" "2b12082158c9f48470ae8406b7b5a1d7f966aa1dfa14e02564bf152adb14a545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b12082158c9f48470ae8406b7b5a1d7f966aa1dfa14e02564bf152adb14a545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b12082158c9f48470ae8406b7b5a1d7f966aa1dfa14e02564bf152adb14a545", kill_on_drop: false }` [INFO] [stdout] 2b12082158c9f48470ae8406b7b5a1d7f966aa1dfa14e02564bf152adb14a545 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea8ae411a71c43984ab7ef074f0be20d1cc3c0a062d34b0025ad6e6a469cefe3 [INFO] running `Command { std: "docker" "start" "-a" "ea8ae411a71c43984ab7ef074f0be20d1cc3c0a062d34b0025ad6e6a469cefe3", kill_on_drop: false }` [INFO] [stderr] Compiling oni-comb-parser-rs v1.2.94 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated functions `map_opt`, `convert_from_bytes_to_str`, and `convert_from_str_to_f64` are never used [INFO] [stdout] --> src/extension/parsers/conversion_parsers.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait ConversionParsers: Parsers { [INFO] [stdout] | ----------------- associated functions in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn map_opt<'a, I, A, B, E, F>(parser: Self::P<'a, I, A>, f: F) -> Self::P<'a, I, B> [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn convert_from_bytes_to_str<'a, I>(parser: Self::P<'a, I, &'a [u8]>) -> Self::P<'a, I, &'a str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn convert_from_str_to_f64<'a, I>(parser: Self::P<'a, I, &'a str>) -> Self::P<'a, I, f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(dead_code)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expect` is never used [INFO] [stdout] --> src/extension/parsers/logging_parsers.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait LoggingParsers: Parsers { [INFO] [stdout] | -------------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 32 | fn expect<'a, I, A>(parser: Self::P<'a, I, A>, name: &'a str) -> Self::P<'a, I, A> [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | fn start(&self) -> Bound; [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] 10 | fn start(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | fn end(&self) -> Bound; [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] 11 | fn end(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | fn start(&self) -> Bound { [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] 16 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | fn end(&self) -> Bound { [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] 20 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn start(&self) -> Bound { [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] 27 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | fn end(&self) -> Bound { [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] 31 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | fn start(&self) -> Bound { [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] 38 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | fn end(&self) -> Bound { [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] 42 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | fn start(&self) -> Bound { [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] 49 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | fn end(&self) -> Bound { [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] 53 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | fn start(&self) -> Bound { [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] 60 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | fn end(&self) -> Bound { [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] 64 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | fn start(&self) -> Bound { [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] 71 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | fn end(&self) -> Bound { [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] 75 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn start(&self) -> Bound { [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] 81 | fn start(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | fn end(&self) -> Bound { [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] 85 | fn end(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "ea8ae411a71c43984ab7ef074f0be20d1cc3c0a062d34b0025ad6e6a469cefe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea8ae411a71c43984ab7ef074f0be20d1cc3c0a062d34b0025ad6e6a469cefe3", kill_on_drop: false }` [INFO] [stdout] ea8ae411a71c43984ab7ef074f0be20d1cc3c0a062d34b0025ad6e6a469cefe3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16416efdfa2cc0ef98bc4815eadd7a26f464584a6dee7d4693e69a6e4af5cd5a [INFO] running `Command { std: "docker" "start" "-a" "16416efdfa2cc0ef98bc4815eadd7a26f464584a6dee7d4693e69a6e4af5cd5a", kill_on_drop: false }` [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling memmap2 v0.9.8 [INFO] [stderr] Compiling bigdecimal v0.4.8 [INFO] [stderr] Compiling symbolic-demangle v12.16.2 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling symbolic-common v12.16.2 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling dtor-proc-macro v0.0.6 [INFO] [stderr] Compiling pprof v0.15.0 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling rust_decimal v1.37.2 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling dtor v0.1.0 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling spin v0.10.0 [INFO] [stderr] Compiling ctor-proc-macro v0.0.6 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling ctor v0.5.0 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling oni-comb-parser-rs v1.2.94 (/opt/rustwide/workdir) [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling pom v3.4.0 [INFO] [stdout] warning: associated functions `map_opt`, `convert_from_bytes_to_str`, and `convert_from_str_to_f64` are never used [INFO] [stdout] --> src/extension/parsers/conversion_parsers.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait ConversionParsers: Parsers { [INFO] [stdout] | ----------------- associated functions in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn map_opt<'a, I, A, B, E, F>(parser: Self::P<'a, I, A>, f: F) -> Self::P<'a, I, B> [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn convert_from_bytes_to_str<'a, I>(parser: Self::P<'a, I, &'a [u8]>) -> Self::P<'a, I, &'a str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn convert_from_str_to_f64<'a, I>(parser: Self::P<'a, I, &'a str>) -> Self::P<'a, I, f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(dead_code)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expect` is never used [INFO] [stdout] --> src/extension/parsers/logging_parsers.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait LoggingParsers: Parsers { [INFO] [stdout] | -------------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 32 | fn expect<'a, I, A>(parser: Self::P<'a, I, A>, name: &'a str) -> Self::P<'a, I, A> [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | fn start(&self) -> Bound; [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] 10 | fn start(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | fn end(&self) -> Bound; [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] 11 | fn end(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | fn start(&self) -> Bound { [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] 16 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | fn end(&self) -> Bound { [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] 20 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn start(&self) -> Bound { [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] 27 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | fn end(&self) -> Bound { [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] 31 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | fn start(&self) -> Bound { [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] 38 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | fn end(&self) -> Bound { [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] 42 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | fn start(&self) -> Bound { [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] 49 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | fn end(&self) -> Bound { [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] 53 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | fn start(&self) -> Bound { [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] 60 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | fn end(&self) -> Bound { [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] 64 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | fn start(&self) -> Bound { [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] 71 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | fn end(&self) -> Bound { [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] 75 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn start(&self) -> Bound { [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] 81 | fn start(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | fn end(&self) -> Bound { [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] 85 | fn end(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling prop-check-rs v0.0.960 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stdout] warning: function `add` is never used [INFO] [stdout] --> examples/calculator.rs:46:4 [INFO] [stdout] | [INFO] [stdout] 46 | fn add<'a>() -> Parser<'a, char, &'a char> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sub` is never used [INFO] [stdout] --> examples/calculator.rs:50:4 [INFO] [stdout] | [INFO] [stdout] 50 | fn sub<'a>() -> Parser<'a, char, &'a char> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mul` is never used [INFO] [stdout] --> examples/calculator.rs:54:4 [INFO] [stdout] | [INFO] [stdout] 54 | fn mul<'a>() -> Parser<'a, char, &'a char> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `div` is never used [INFO] [stdout] --> examples/calculator.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn div<'a>() -> Parser<'a, char, &'a char> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `map_opt`, `convert_from_bytes_to_str`, and `convert_from_str_to_f64` are never used [INFO] [stdout] --> src/extension/parsers/conversion_parsers.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait ConversionParsers: Parsers { [INFO] [stdout] | ----------------- associated functions in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn map_opt<'a, I, A, B, E, F>(parser: Self::P<'a, I, A>, f: F) -> Self::P<'a, I, B> [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | fn convert_from_bytes_to_str<'a, I>(parser: Self::P<'a, I, &'a [u8]>) -> Self::P<'a, I, &'a str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn convert_from_str_to_f64<'a, I>(parser: Self::P<'a, I, &'a str>) -> Self::P<'a, I, f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(dead_code)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expect` is never used [INFO] [stdout] --> src/extension/parsers/logging_parsers.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait LoggingParsers: Parsers { [INFO] [stdout] | -------------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 32 | fn expect<'a, I, A>(parser: Self::P<'a, I, A>, name: &'a str) -> Self::P<'a, I, A> [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | fn start(&self) -> Bound; [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] 10 | fn start(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | fn end(&self) -> Bound; [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] 11 | fn end(&self) -> Bound<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | fn start(&self) -> Bound { [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] 16 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | fn end(&self) -> Bound { [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] 20 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn start(&self) -> Bound { [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] 27 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | fn end(&self) -> Bound { [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] 31 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | fn start(&self) -> Bound { [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] 38 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | fn end(&self) -> Bound { [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] 42 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | fn start(&self) -> Bound { [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] 49 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | fn end(&self) -> Bound { [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] 53 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | fn start(&self) -> Bound { [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] 60 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | fn end(&self) -> Bound { [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] 64 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | fn start(&self) -> Bound { [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] 71 | fn start(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | fn end(&self) -> Bound { [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] 75 | fn end(&self) -> Bound<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn start(&self) -> Bound { [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] 81 | fn start(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utils/range.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | fn end(&self) -> Bound { [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] 85 | fn end(&self) -> Bound<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.89s [INFO] running `Command { std: "docker" "inspect" "16416efdfa2cc0ef98bc4815eadd7a26f464584a6dee7d4693e69a6e4af5cd5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16416efdfa2cc0ef98bc4815eadd7a26f464584a6dee7d4693e69a6e4af5cd5a", kill_on_drop: false }` [INFO] [stdout] 16416efdfa2cc0ef98bc4815eadd7a26f464584a6dee7d4693e69a6e4af5cd5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0738d8ace409768f8f4a621557b1d060e7b2bfaaf155ae91c87c6b09c7d9dc69 [INFO] running `Command { std: "docker" "start" "-a" "0738d8ace409768f8f4a621557b1d060e7b2bfaaf155ae91c87c6b09c7d9dc69", kill_on_drop: false }` [INFO] [stderr] warning: associated functions `map_opt`, `convert_from_bytes_to_str`, and `convert_from_str_to_f64` are never used [INFO] [stderr] --> src/extension/parsers/conversion_parsers.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait ConversionParsers: Parsers { [INFO] [stderr] | ----------------- associated functions in this trait [INFO] [stderr] ... [INFO] [stderr] 14 | fn map_opt<'a, I, A, B, E, F>(parser: Self::P<'a, I, A>, f: F) -> Self::P<'a, I, B> [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 20 | fn convert_from_bytes_to_str<'a, I>(parser: Self::P<'a, I, &'a [u8]>) -> Self::P<'a, I, &'a str> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 24 | fn convert_from_str_to_f64<'a, I>(parser: Self::P<'a, I, &'a str>) -> Self::P<'a, I, f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(dead_code)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `expect` is never used [INFO] [stderr] --> src/extension/parsers/logging_parsers.rs:32:6 [INFO] [stderr] | [INFO] [stderr] 12 | pub trait LoggingParsers: Parsers { [INFO] [stderr] | -------------- associated function in this trait [INFO] [stderr] ... [INFO] [stderr] 32 | fn expect<'a, I, A>(parser: Self::P<'a, I, A>, name: &'a str) -> Self::P<'a, I, A> [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | fn start(&self) -> Bound; [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 10 | fn start(&self) -> Bound<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | fn end(&self) -> Bound; [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 11 | fn end(&self) -> Bound<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 16 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 20 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 27 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:31:10 [INFO] [stderr] | [INFO] [stderr] 31 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 31 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 38 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 49 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 53 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 60 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 60 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:64:10 [INFO] [stderr] | [INFO] [stderr] 64 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 64 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:71:12 [INFO] [stderr] | [INFO] [stderr] 71 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 71 | fn start(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 75 | fn end(&self) -> Bound<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | fn start(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 81 | fn start(&self) -> Bound<'_, usize> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/range.rs:85:10 [INFO] [stderr] | [INFO] [stderr] 85 | fn end(&self) -> Bound { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 85 | fn end(&self) -> Bound<'_, usize> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `oni-comb-parser-rs` (lib) generated 18 warnings (run `cargo fix --lib -p oni-comb-parser-rs` to apply 16 suggestions) [INFO] [stderr] warning: function `add` is never used [INFO] [stderr] --> examples/calculator.rs:46:4 [INFO] [stderr] | [INFO] [stderr] 46 | fn add<'a>() -> Parser<'a, char, &'a char> { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `sub` is never used [INFO] [stderr] --> examples/calculator.rs:50:4 [INFO] [stderr] | [INFO] [stderr] 50 | fn sub<'a>() -> Parser<'a, char, &'a char> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function `mul` is never used [INFO] [stderr] --> examples/calculator.rs:54:4 [INFO] [stderr] | [INFO] [stderr] 54 | fn mul<'a>() -> Parser<'a, char, &'a char> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function `div` is never used [INFO] [stderr] --> examples/calculator.rs:58:4 [INFO] [stderr] | [INFO] [stderr] 58 | fn div<'a>() -> Parser<'a, char, &'a char> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `oni-comb-parser-rs` (example "calculator") generated 4 warnings [INFO] [stderr] warning: `oni-comb-parser-rs` (lib test) generated 18 warnings (18 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oni_comb_parser_rs-850a9dbd46a0cdc9) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test tests::test_attempt ... ok [INFO] [stdout] test tests::test_and_then ... ok [INFO] [stdout] test tests::test_count_sep ... ok [INFO] [stdout] test tests::test_discard ... ok [INFO] [stdout] test tests::test_elm_of ... ok [INFO] [stdout] test tests::test_example1 ... ok [INFO] [stdout] test tests::test_elem ... ok [INFO] [stdout] test tests::test_filter ... ok [INFO] [stdout] test tests::test_last_offset ... ok [INFO] [stdout] test tests::test_many_0 ... ok [INFO] [stdout] test tests::test_many_n_m ... ok [INFO] [stdout] test tests::test_filter_not ... ok [INFO] [stdout] test tests::test_many_1 ... ok [INFO] [stdout] test tests::test_none_of ... ok [INFO] [stdout] test tests::test_not ... ok [INFO] [stdout] test tests::test_opt ... ok [INFO] [stdout] test tests::test_example2 ... ok [INFO] [stdout] test tests::test_or ... ok [INFO] [stdout] test tests::test_peek ... ok [INFO] [stdout] test tests::test_successful_in_closure ... ok [INFO] [stdout] test tests::test_tag ... ok [INFO] [stdout] test tests::test_tag_no_case ... ok [INFO] [stdout] test tests::test_take ... ok [INFO] [stdout] test tests::test_take_2 ... ok [INFO] [stdout] test tests::test_take_while0 ... ok [INFO] [stdout] test tests::test_take_while_n_m ... ok [INFO] [stdout] test tests::test_take_while1 ... ok [INFO] [stdout] test tests::test_take_till0 ... ok [INFO] [stdout] test tests::test_take_till1 ... ok [INFO] [stdout] test tests::test_repeat ... ok [INFO] [stdout] test tests::test_seq ... ok [INFO] [stdout] test tests::test_skip_left ... ok [INFO] [stdout] test tests::test_skip_right ... ok [INFO] [stderr] Running tests/surround_static_tes.rs (/opt/rustwide/target/debug/deps/surround_static_tes-4656c02682251d45) [INFO] [stdout] test tests::test_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_surround ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests oni_comb_parser_rs [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test src/lib.rs - prelude::elm_alpha_digit_ref (line 775) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_any_ref (line 262) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_digit_ref (line 823) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_digit_1_9 (line 896) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_in (line 496) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_alpha_ref (line 727) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_hex_digit_ref (line 920) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_alpha_digit (line 799) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_digit_1_9_ref (line 872) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_hex_digit (line 944) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_digit (line 847) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm (line 335) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_from_until_ref (line 523) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_alpha (line 751) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_any (line 285) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_multi_space (line 703) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_from_until (line 553) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_oct_digit (line 992) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_pred (line 388) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_of (line 441) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_multi_space_ref (line 679) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_in_ref (line 469) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_space (line 655) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_ref_of (line 414) ... ok [INFO] [stdout] test src/lib.rs - prelude::end (line 70) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_oct_digit_ref (line 968) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_space_ref (line 631) ... ok [INFO] [stdout] test src/lib.rs - prelude::failed (line 145) ... ok [INFO] [stdout] test src/lib.rs - prelude::failed_with_uncommit (line 203) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_pred_ref (line 360) ... ok [INFO] [stdout] test src/lib.rs - prelude::elm_ref (line 310) ... ok [INFO] [stdout] test src/lib.rs - prelude::failed_lazy (line 233) ... ok [INFO] [stdout] test src/lib.rs - prelude::empty (line 41) ... ok [INFO] [stdout] test src/lib.rs - prelude::failed_with_commit (line 173) ... ok [INFO] [stdout] test src/lib.rs - prelude::lazy (line 1354) ... ok [INFO] [stdout] test src/lib.rs - prelude::regex (line 1098) ... ok [INFO] [stdout] test src/lib.rs - prelude::none_ref_of (line 579) ... ok [INFO] [stdout] test src/lib.rs - prelude::skip (line 1294) ... ok [INFO] [stdout] test src/lib.rs - prelude::successful_lazy (line 118) ... ok [INFO] [stdout] test src/lib.rs - prelude::seq (line 1018) ... ok [INFO] [stdout] test src/lib.rs - prelude::tag (line 1046) ... ok [INFO] [stdout] test src/lib.rs - prelude::none_of (line 606) ... ok [INFO] [stdout] test src/lib.rs - prelude::tag_no_case (line 1072) ... ok [INFO] [stdout] test src/lib.rs - prelude::successful (line 92) ... ok [INFO] [stdout] test src/lib.rs - prelude::surround (line 1322) ... ok [INFO] [stdout] test src/lib.rs - prelude::take_till0 (line 1238) ... ok [INFO] [stdout] test src/lib.rs - prelude::take_while1 (line 1178) ... ok [INFO] [stdout] test src/lib.rs - prelude::unit (line 20) ... ok [INFO] [stdout] test src/lib.rs - prelude::take_till1 (line 1265) ... ok [INFO] [stdout] test src/lib.rs - prelude::take (line 1122) ... ok [INFO] [stdout] test src/lib.rs - prelude::take_while0 (line 1148) ... ok [INFO] [stdout] test src/lib.rs - prelude::take_while_n_m (line 1208) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0738d8ace409768f8f4a621557b1d060e7b2bfaaf155ae91c87c6b09c7d9dc69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0738d8ace409768f8f4a621557b1d060e7b2bfaaf155ae91c87c6b09c7d9dc69", kill_on_drop: false }` [INFO] [stdout] 0738d8ace409768f8f4a621557b1d060e7b2bfaaf155ae91c87c6b09c7d9dc69