[INFO] fetching crate programinduction 0.9.0...
[INFO] testing programinduction-0.9.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate programinduction 0.9.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate programinduction 0.9.0
[INFO] finished tweaking crates.io crate programinduction 0.9.0
[INFO] tweaked toml for crates.io crate programinduction 0.9.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate programinduction 0.9.0 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 programinduction 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde v1.0.192
[INFO] [stderr]   Downloaded winnow v0.5.28
[INFO] [stderr]   Downloaded lock_api v0.4.11
[INFO] [stderr]   Downloaded parking_lot_core v0.9.9
[INFO] [stderr]   Downloaded indexmap v2.1.0
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.8
[INFO] [stderr]   Downloaded nom v4.2.3
[INFO] [stderr]   Downloaded hashbrown v0.14.3
[INFO] [stderr]   Downloaded itertools v0.12.0
[INFO] [stderr]   Downloaded serde_json v1.0.108
[INFO] [stderr]   Downloaded rand v0.5.6
[INFO] [stderr]   Downloaded serde_derive v1.0.192
[INFO] [stderr]   Downloaded itertools v0.7.11
[INFO] [stderr]   Downloaded smallvec v1.11.2
[INFO] [stderr]   Downloaded polytype v7.0.1
[INFO] [stderr]   Downloaded term_rewriting v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 964338b12d81efb7a0aae583b68684960b15a7d8b8c7bbd5a27ab14999382868
[INFO] running `Command { std: "docker" "start" "-a" "964338b12d81efb7a0aae583b68684960b15a7d8b8c7bbd5a27ab14999382868", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "964338b12d81efb7a0aae583b68684960b15a7d8b8c7bbd5a27ab14999382868", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "964338b12d81efb7a0aae583b68684960b15a7d8b8c7bbd5a27ab14999382868", kill_on_drop: false }`
[INFO] [stdout] 964338b12d81efb7a0aae583b68684960b15a7d8b8c7bbd5a27ab14999382868
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 78a18a2adb2b194b733f0475772aa5aecbe3ff4c37c8c5e37ff6982d23f2c48f
[INFO] running `Command { std: "docker" "start" "-a" "78a18a2adb2b194b733f0475772aa5aecbe3ff4c37c8c5e37ff6982d23f2c48f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling winnow v0.5.28
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling term_rewriting v0.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling polytype v7.0.1
[INFO] [stderr]    Compiling programinduction v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:269:16
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:293:16
[INFO] [stdout]     |
[INFO] [stdout] 293 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:704:16
[INFO] [stdout]     |
[INFO] [stdout] 704 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:728:16
[INFO] [stdout]     |
[INFO] [stdout] 728 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:759:16
[INFO] [stdout]     |
[INFO] [stdout] 759 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:802:16
[INFO] [stdout]     |
[INFO] [stdout] 802 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:837:16
[INFO] [stdout]     |
[INFO] [stdout] 837 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:882:16
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/trs/parser.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn parse_irrelevant(input: &mut &str) -> PResult<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<(&str, &str)>` will fail
[INFO] [stdout]    --> src/trs/parser.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat::<_, _, (), _, _>(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |           ++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.70s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, programinduction v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "78a18a2adb2b194b733f0475772aa5aecbe3ff4c37c8c5e37ff6982d23f2c48f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78a18a2adb2b194b733f0475772aa5aecbe3ff4c37c8c5e37ff6982d23f2c48f", kill_on_drop: false }`
[INFO] [stdout] 78a18a2adb2b194b733f0475772aa5aecbe3ff4c37c8c5e37ff6982d23f2c48f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 335f86922c3a7734621b0c795dc96ff9528f2b28b5c8fa4c744c231b408d1f26
[INFO] running `Command { std: "docker" "start" "-a" "335f86922c3a7734621b0c795dc96ff9528f2b28b5c8fa4c744c231b408d1f26", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:269:16
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:293:16
[INFO] [stdout]     |
[INFO] [stdout] 293 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:704:16
[INFO] [stdout]     |
[INFO] [stdout] 704 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:728:16
[INFO] [stdout]     |
[INFO] [stdout] 728 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:759:16
[INFO] [stdout]     |
[INFO] [stdout] 759 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:802:16
[INFO] [stdout]     |
[INFO] [stdout] 802 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:837:16
[INFO] [stdout]     |
[INFO] [stdout] 837 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:882:16
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/trs/parser.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn parse_irrelevant(input: &mut &str) -> PResult<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<(&str, &str)>` will fail
[INFO] [stdout]    --> src/trs/parser.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat::<_, _, (), _, _>(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |           ++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling programinduction v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:269:16
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:293:16
[INFO] [stdout]     |
[INFO] [stdout] 293 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:704:16
[INFO] [stdout]     |
[INFO] [stdout] 704 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:728:16
[INFO] [stdout]     |
[INFO] [stdout] 728 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:759:16
[INFO] [stdout]     |
[INFO] [stdout] 759 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:802:16
[INFO] [stdout]     |
[INFO] [stdout] 802 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:837:16
[INFO] [stdout]     |
[INFO] [stdout] 837 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/trs/lexicon.rs:882:16
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `verbose`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExternalCompressionOutput` is never constructed
[INFO] [stdout]   --> examples/json_compressor.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct ExternalCompressionOutput {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/trs/parser.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn parse_irrelevant(input: &mut &str) -> PResult<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<(&str, &str)>` will fail
[INFO] [stdout]    --> src/trs/parser.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 216 |     repeat::<_, _, (), _, _>(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stdout]     |           ++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, programinduction v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "335f86922c3a7734621b0c795dc96ff9528f2b28b5c8fa4c744c231b408d1f26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "335f86922c3a7734621b0c795dc96ff9528f2b28b5c8fa4c744c231b408d1f26", kill_on_drop: false }`
[INFO] [stdout] 335f86922c3a7734621b0c795dc96ff9528f2b28b5c8fa4c744c231b408d1f26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 729e58533bd04b71280b75791f5ae59a802f297b8b3e51c8a337eb6989baaaa4
[INFO] running `Command { std: "docker" "start" "-a" "729e58533bd04b71280b75791f5ae59a802f297b8b3e51c8a337eb6989baaaa4", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:269:16
[INFO] [stderr]     |
[INFO] [stderr] 269 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:293:16
[INFO] [stderr]     |
[INFO] [stderr] 293 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:481:16
[INFO] [stderr]     |
[INFO] [stderr] 481 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:704:16
[INFO] [stderr]     |
[INFO] [stderr] 704 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:728:16
[INFO] [stderr]     |
[INFO] [stderr] 728 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:759:16
[INFO] [stderr]     |
[INFO] [stderr] 759 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:802:16
[INFO] [stderr]     |
[INFO] [stderr] 802 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:837:16
[INFO] [stderr]     |
[INFO] [stderr] 837 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/trs/lexicon.rs:882:16
[INFO] [stderr]     |
[INFO] [stderr] 882 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `verbose`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/trs/parser.rs:214:1
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn parse_irrelevant(input: &mut &str) -> PResult<()> {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: Accumulate<(&str, &str)>` will fail
[INFO] [stderr]    --> src/trs/parser.rs:216:5
[INFO] [stderr]     |
[INFO] [stderr] 216 |     repeat(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 216 |     repeat::<_, _, (), _, _>(0.., (parse_comment, multispace0)).parse_next(input)?;
[INFO] [stderr]     |           ++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `programinduction` (lib) generated 10 warnings (run `cargo fix --lib -p programinduction` to apply 1 suggestion)
[INFO] [stderr] warning: struct `ExternalCompressionOutput` is never constructed
[INFO] [stderr]   --> examples/json_compressor.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 15 | struct ExternalCompressionOutput {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `programinduction` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] warning: `programinduction` (example "json_compressor") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, programinduction v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/programinduction-60440c3007e8c9ad)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test trs::parser::tests::comment_test ... ok
[INFO] [stdout] test trs::parser::tests::declaration_op_test ... ok
[INFO] [stdout] test trs::parser::tests::lexicon_test ... ok
[INFO] [stdout] test trs::parser::tests::declaration_var_test ... ok
[INFO] [stdout] test trs::parser::tests::rulecontext_test ... ok
[INFO] [stdout] test trs::parser::tests::typed_rule_test ... ok
[INFO] [stdout] test trs::parser::tests::trs_test ... ok
[INFO] [stdout] test trs::parser::tests::templates_test ... ok
[INFO] [stderr]      Running tests/ec.rs (/opt/rustwide/target/debug/deps/ec-f7784caad288af97)
[INFO] [stdout] test trs::parser::tests::context_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test ec_circuits_dl ... ignored
[INFO] [stdout] test ec_strings ... ignored
[INFO] [stdout] test explore_arith_pcfg ... ok
[INFO] [stdout] test explore_circuits_timeout ... ok
[INFO] [stdout] test explore_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 6.75s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gp.rs (/opt/rustwide/target/debug/deps/gp-789ba6bf40c6eb87)
[INFO] [stdout] running 1 test
[INFO] [stdout] test gp_sum_arith ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lambda.rs (/opt/rustwide/target/debug/deps/lambda-f4bb37ac22cb5072)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test lambda_eval_simplest ... ok
[INFO] [stdout] test lambda_eval_somewhat_simple ... ok
[INFO] [stdout] test lambda_eval_firstclass ... ok
[INFO] [stdout] test lambda_expression_infer ... ok
[INFO] [stdout] test lambda_expression_parse_application ... ok
[INFO] [stdout] test lambda_expression_parse_index ... ok
[INFO] [stdout] test lambda_expression_parse_invented ... ok
[INFO] [stdout] test lambda_expression_parse_primitive ... ok
[INFO] [stdout] test lambda_expression_parse_abstraction ... ok
[INFO] [stdout] test lambda_lazy_eval_firstclass ... ok
[INFO] [stdout] test lambda_lazy_eval ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests programinduction
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test src/ec.rs - ec::EC (line 44) - compile ... ok
[INFO] [stdout] test src/domains/strings.rs - domains::strings (line 5) - compile ... ok
[INFO] [stdout] test src/ec.rs - ec::EC::ec (line 123) - compile ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::compress (line 188) - compile ... ok
[INFO] [stdout] test src/lambda/eval.rs - lambda::eval::SimpleEvaluator<V,R,F>::from (line 359) ... ok
[INFO] [stdout] test src/lambda/eval.rs - lambda::eval::LazyEvaluator (line 252) ... ok
[INFO] [stdout] test src/lambda/compression.rs - lambda::compression::CompressionParams::default (line 46) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Expression::etalong (line 678) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda (line 5) ... ok
[INFO] [stdout] test src/lambda/eval.rs - lambda::eval::Evaluator (line 133) ... ok
[INFO] [stdout] test src/lambda/eval.rs - lambda::eval::Evaluator (line 63) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::add_symmetry_violation (line 368) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::infer (line 94) ... ok
[INFO] [stdout] test src/lambda/eval.rs - lambda::eval::Evaluator (line 88) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::invent (line 339) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::likelihood (line 315) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::EstimationParams::default (line 306) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::violates_symmetry (line 410) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::enumerate (line 134) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::task_by_evaluation (line 902) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::Grammar::enumerate (line 90) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg (line 5) ... ok
[INFO] [stdout] test src/lambda/mod.rs - lambda::Language::eval (line 228) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::Grammar::eval (line 165) ... ok
[INFO] [stdout] test src/gp.rs - gp::GP (line 151) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::Grammar::likelihood (line 226) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::Grammar::sample (line 202) ... ok
[INFO] [stdout] test src/trs/lexicon.rs - trs::lexicon::Lexicon::from_signature (line 93) ... ok
[INFO] [stdout] test src/trs/rewrite.rs - trs::rewrite::TRS::new (line 33) ... ok
[INFO] [stdout] test src/trs/lexicon.rs - trs::lexicon::Lexicon::infer_context (line 168) ... ok
[INFO] [stdout] test src/ec.rs - ec::EC::explore (line 208) ... ok
[INFO] [stdout] test src/trs/lexicon.rs - trs::lexicon::Lexicon::sample_term (line 244) ... ok
[INFO] [stdout] test src/trs/rewrite.rs - trs::rewrite::TRS::local_difference (line 343) ... ok
[INFO] [stdout] test src/pcfg/mod.rs - pcfg::task_by_evaluation (line 536) ... ok
[INFO] [stdout] test src/trs/lexicon.rs - trs::lexicon::Lexicon::new (line 45) ... ok
[INFO] [stdout] test src/trs/rewrite.rs - trs::rewrite::TRS::add_rule (line 169) ... ok
[INFO] [stdout] test src/trs/rewrite.rs - trs::rewrite::TRS::randomly_move_rule (line 270) ... ok
[INFO] [stdout] test src/domains/circuits.rs - domains::circuits::Evaluator (line 59) ... ok
[INFO] [stdout] test src/trs/rewrite.rs - trs::rewrite::TRS::swap_lhs_and_rhs (line 451) ... ok
[INFO] [stdout] test src/trs/mod.rs - trs (line 13) ... ok
[INFO] [stdout] test src/domains/circuits.rs - domains::circuits (line 7) ... ok
[INFO] [stdout] test src/domains/strings.rs - domains::strings::Evaluator (line 161) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.46s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "729e58533bd04b71280b75791f5ae59a802f297b8b3e51c8a337eb6989baaaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "729e58533bd04b71280b75791f5ae59a802f297b8b3e51c8a337eb6989baaaa4", kill_on_drop: false }`
[INFO] [stdout] 729e58533bd04b71280b75791f5ae59a802f297b8b3e51c8a337eb6989baaaa4
