[INFO] fetching crate prometheus-parser 0.4.3-alpha9...
[INFO] testing prometheus-parser-0.4.3-alpha9 against 1.91.0 for beta-1.92-2
[INFO] extracting crate prometheus-parser 0.4.3-alpha9 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate prometheus-parser 0.4.3-alpha9
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate prometheus-parser 0.4.3-alpha9
[INFO] tweaked toml for crates.io crate prometheus-parser 0.4.3-alpha9 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate prometheus-parser 0.4.3-alpha9 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate prometheus-parser 0.4.3-alpha9 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest_consume_macros v1.1.0
[INFO] [stderr]   Downloaded pest_consume v1.1.3
[INFO] [stderr]   Downloaded pest_derive v2.7.14
[INFO] [stderr]   Downloaded pest_meta v2.7.14
[INFO] [stderr]   Downloaded pest_generator v2.7.14
[INFO] [stderr]   Downloaded enquote v1.1.0
[INFO] [stderr]   Downloaded syn v2.0.85
[INFO] [stderr]   Downloaded pest v2.7.14
[INFO] [stderr]   Downloaded libc v0.2.161
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b0beba67931029e29e5c74176bf87a515c58c93c9c75548f2abeb7c4e9c197f
[INFO] running `Command { std: "docker" "start" "-a" "1b0beba67931029e29e5c74176bf87a515c58c93c9c75548f2abeb7c4e9c197f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b0beba67931029e29e5c74176bf87a515c58c93c9c75548f2abeb7c4e9c197f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b0beba67931029e29e5c74176bf87a515c58c93c9c75548f2abeb7c4e9c197f", kill_on_drop: false }`
[INFO] [stdout] 1b0beba67931029e29e5c74176bf87a515c58c93c9c75548f2abeb7c4e9c197f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6983f6aa0f046561580fd0bba45c3a23f5998fad1e46f1a339d7590bd8f4583
[INFO] running `Command { std: "docker" "start" "-a" "d6983f6aa0f046561580fd0bba45c3a23f5998fad1e46f1a339d7590bd8f4583", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling pest_consume_macros v1.1.0
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling enquote v1.1.0
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling pest_consume v1.1.3
[INFO] [stderr]    Compiling prometheus-parser v0.4.3-alpha9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated module `pest::prec_climber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use pest::prec_climber as pcl;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::prec_climber::PrecClimber;
[INFO] [stdout]   |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:49
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:53
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:54
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:63
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:69
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:60
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:66
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:57
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:59
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Right`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:56
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::PrecClimber::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:24
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.72s
[INFO] running `Command { std: "docker" "inspect" "d6983f6aa0f046561580fd0bba45c3a23f5998fad1e46f1a339d7590bd8f4583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6983f6aa0f046561580fd0bba45c3a23f5998fad1e46f1a339d7590bd8f4583", kill_on_drop: false }`
[INFO] [stdout] d6983f6aa0f046561580fd0bba45c3a23f5998fad1e46f1a339d7590bd8f4583
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6062a9932bff69dd916a716ddbc6f427ae660427a3b89efe1fc95166e6e8efc
[INFO] running `Command { std: "docker" "start" "-a" "e6062a9932bff69dd916a716ddbc6f427ae660427a3b89efe1fc95166e6e8efc", kill_on_drop: false }`
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stdout] warning: use of deprecated module `pest::prec_climber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use pest::prec_climber as pcl;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::prec_climber::PrecClimber;
[INFO] [stdout]   |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:49
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:53
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:54
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:63
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:69
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:60
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:66
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:57
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:59
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Right`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:56
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::PrecClimber::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:24
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling prometheus-parser v0.4.3-alpha9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated module `pest::prec_climber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use pest::prec_climber as pcl;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]  --> src/parser.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::prec_climber::PrecClimber;
[INFO] [stdout]   |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:49
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:53
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:54
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:63
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:69
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:60
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:66
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:57
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:59
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Right`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:56
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::PrecClimber::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stdout]    |                                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:27:24
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stdout]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stdout]   --> src/parser.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "e6062a9932bff69dd916a716ddbc6f427ae660427a3b89efe1fc95166e6e8efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6062a9932bff69dd916a716ddbc6f427ae660427a3b89efe1fc95166e6e8efc", kill_on_drop: false }`
[INFO] [stdout] e6062a9932bff69dd916a716ddbc6f427ae660427a3b89efe1fc95166e6e8efc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8c844b4a55be27b5087802167d628235dcbc486342bd616c9c2d1cfdaff1bfb8
[INFO] running `Command { std: "docker" "start" "-a" "8c844b4a55be27b5087802167d628235dcbc486342bd616c9c2d1cfdaff1bfb8", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated module `pest::prec_climber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]  --> src/parser.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | use pest::prec_climber as pcl;
[INFO] [stderr]   |           ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]  --> src/parser.rs:8:25
[INFO] [stderr]   |
[INFO] [stderr] 8 | use pest::prec_climber::PrecClimber;
[INFO] [stderr]   |                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:17:29
[INFO] [stderr]    |
[INFO] [stderr] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stderr]    |                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::PrecClimber`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:17:49
[INFO] [stderr]    |
[INFO] [stderr] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stderr]    |                                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:18:53
[INFO] [stderr]    |
[INFO] [stderr] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stderr]    |                                                     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:19:57
[INFO] [stderr]    |
[INFO] [stderr] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stderr]    |                                                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:20:54
[INFO] [stderr]    |
[INFO] [stderr] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stderr]    |                                                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:21:63
[INFO] [stderr]    |
[INFO] [stderr] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stderr]    |                                                               ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:22:14
[INFO] [stderr]    |
[INFO] [stderr] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:22:69
[INFO] [stderr]    |
[INFO] [stderr] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                                                                     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:23:14
[INFO] [stderr]    |
[INFO] [stderr] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:23:60
[INFO] [stderr]    |
[INFO] [stderr] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stderr]    |                                                            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:24:66
[INFO] [stderr]    |
[INFO] [stderr] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                                                                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:25:14
[INFO] [stderr]    |
[INFO] [stderr] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:25:60
[INFO] [stderr]    |
[INFO] [stderr] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                                                            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                                                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:27:14
[INFO] [stderr]    |
[INFO] [stderr] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:27:59
[INFO] [stderr]    |
[INFO] [stderr] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stderr]    |                                                           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:28:14
[INFO] [stderr]    |
[INFO] [stderr] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:28:54
[INFO] [stderr]    |
[INFO] [stderr] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stderr]    |                                                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:29:57
[INFO] [stderr]    |
[INFO] [stderr] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stderr]    |                                                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:30:14
[INFO] [stderr]    |
[INFO] [stderr] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:30:57
[INFO] [stderr]    |
[INFO] [stderr] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stderr]    |                                                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:31:14
[INFO] [stderr]    |
[INFO] [stderr] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Left`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:31:59
[INFO] [stderr]    |
[INFO] [stderr] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stderr]    |                                                           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `pest::prec_climber::Operator`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `pest::prec_climber::Assoc::Right`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:32:56
[INFO] [stderr]    |
[INFO] [stderr] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stderr]    |                                                        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::PrecClimber::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:17:62
[INFO] [stderr]    |
[INFO] [stderr] 17 |     static ref PRECCLIMBER: PrecClimber<Rule> = PrecClimber::new(vec![
[INFO] [stderr]    |                                                              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:18:24
[INFO] [stderr]    |
[INFO] [stderr] 18 |         pcl::Operator::new(Rule::op_or, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |         pcl::Operator::new(Rule::op_unless, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 |         pcl::Operator::new(Rule::op_and, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 |         pcl::Operator::new(Rule::op_greater_than, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:22:24
[INFO] [stderr]    |
[INFO] [stderr] 22 |         pcl::Operator::new(Rule::op_greater_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:23:24
[INFO] [stderr]    |
[INFO] [stderr] 23 |         pcl::Operator::new(Rule::op_less_than, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:24:24
[INFO] [stderr]    |
[INFO] [stderr] 24 |         pcl::Operator::new(Rule::op_less_than_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:25:24
[INFO] [stderr]    |
[INFO] [stderr] 25 |         pcl::Operator::new(Rule::op_not_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:26:24
[INFO] [stderr]    |
[INFO] [stderr] 26 |         pcl::Operator::new(Rule::op_equal, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:27:24
[INFO] [stderr]    |
[INFO] [stderr] 27 |         pcl::Operator::new(Rule::op_subtract, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:28:24
[INFO] [stderr]    |
[INFO] [stderr] 28 |         pcl::Operator::new(Rule::op_add, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 |         pcl::Operator::new(Rule::op_modulo, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:30:24
[INFO] [stderr]    |
[INFO] [stderr] 30 |         pcl::Operator::new(Rule::op_divide, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:31:24
[INFO] [stderr]    |
[INFO] [stderr] 31 |         pcl::Operator::new(Rule::op_multiply, pcl::Assoc::Left),
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `pest::prec_climber::Operator::<R>::new`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators).
[INFO] [stderr]          While prec_climber is going to be kept in 2.x minor and patch releases, it may be removed in a future major release.
[INFO] [stderr]   --> src/parser.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |         pcl::Operator::new(Rule::op_power, pcl::Assoc::Right)
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `prometheus-parser` (lib) generated 50 warnings
[INFO] [stderr] warning: `prometheus-parser` (lib test) generated 50 warnings (50 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prometheus_parser-253e703ad23d8ea5)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/label_passthrough.rs (/opt/rustwide/target/debug/deps/label_passthrough-a96ccc60dbd29bf4)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test passthrough_matching ... ok
[INFO] [stdout] test passthrough_grouping ... ok
[INFO] [stdout] test passthrough_trivial_user ... ok
[INFO] [stdout] test passthrough_trivial_label ... ok
[INFO] [stdout] test passthrough_grouping_operator ... ok
[INFO] [stdout] test passthrough_trivial_empty ... ok
[INFO] [stdout] test passthrough_trivial_both ... ok
[INFO] [stdout] test passthrough_special ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-35aa8a387ab5dafd)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test parse_add ... ok
[INFO] [stdout] test parse_colon ... ok
[INFO] [stdout] test parse_divide ... ok
[INFO] [stdout] test parse_comment ... ok
[INFO] [stdout] test parse_greater_than ... ok
[INFO] [stdout] test parse_equal ... ok
[INFO] [stdout] test parse_and ... ok
[INFO] [stdout] test parse_less_than ... ok
[INFO] [stdout] test parse_greater_than_equal ... ok
[INFO] [stdout] test parse_modulo ... ok
[INFO] [stdout] test parse_missing_rhs ... ok
[INFO] [stdout] test parse_multiply ... ok
[INFO] [stdout] test parse_missing_quotation ... ok
[INFO] [stdout] test parse_not_equal ... ok
[INFO] [stdout] test parse_less_than_equal ... ok
[INFO] [stdout] test parse_or ... ok
[INFO] [stdout] test parse_parentheses ... ok
[INFO] [stdout] test parse_scientific_notation_floats ... ok
[INFO] [stdout] test parse_power ... ok
[INFO] [stdout] test parse_subtract ... ok
[INFO] [stdout] test parse_whitespace ... ok
[INFO] [stdout] test parse_trailing_comma ... ok
[INFO] [stdout] test parse_unless ... ok
[INFO] [stdout] test parse_weird_floats ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/subquery.rs (/opt/rustwide/target/debug/deps/subquery-22b847e8bfee4cb9)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test parse_group_subquery ... ok
[INFO] [stdout] test return_value_subquery ... ok
[INFO] [stdout] test parse_selector_subquery ... ok
[INFO] [stdout] test parse_function_subquery ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests prometheus_parser
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/parser.rs - parser::parse_expr (line 433) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8c844b4a55be27b5087802167d628235dcbc486342bd616c9c2d1cfdaff1bfb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c844b4a55be27b5087802167d628235dcbc486342bd616c9c2d1cfdaff1bfb8", kill_on_drop: false }`
[INFO] [stdout] 8c844b4a55be27b5087802167d628235dcbc486342bd616c9c2d1cfdaff1bfb8
