[INFO] fetching crate nommy 0.4.1...
[INFO] checking nommy-0.4.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate nommy 0.4.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate nommy 0.4.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nommy 0.4.1
[INFO] finished tweaking crates.io crate nommy 0.4.1
[INFO] tweaked toml for crates.io crate nommy 0.4.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nommy_derive v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a6a79c48772aebe31974dea7651315264b2e2f2fe0f596b5b3a9817f9a3e0f4
[INFO] running `Command { std: "docker" "start" "-a" "7a6a79c48772aebe31974dea7651315264b2e2f2fe0f596b5b3a9817f9a3e0f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a6a79c48772aebe31974dea7651315264b2e2f2fe0f596b5b3a9817f9a3e0f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a6a79c48772aebe31974dea7651315264b2e2f2fe0f596b5b3a9817f9a3e0f4", kill_on_drop: false }`
[INFO] [stdout] 7a6a79c48772aebe31974dea7651315264b2e2f2fe0f596b5b3a9817f9a3e0f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f76cf1983e63d6e99babc6fb66c396c3c274408b6727b26231e2c4ab8673c4ba
[INFO] running `Command { std: "docker" "start" "-a" "f76cf1983e63d6e99babc6fb66c396c3c274408b6727b26231e2c4ab8673c4ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling nommy_derive v0.4.1
[INFO] [stderr]     Checking nommy v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/tag.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Context, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/tag.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]   --> src/text/mod.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]    |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/tag.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Parse` is imported redundantly
[INFO] [stdout]   --> src/bytes/tag.rs:32:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use super::*;
[INFO] [stdout]    |         -------- the item `Parse` is already imported here
[INFO] [stdout] 32 |     use crate::{parse, IntoBuf, Parse};
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Context, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/tag.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Parse` is imported redundantly
[INFO] [stdout]   --> src/text/tag.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 33 |     use super::*;
[INFO] [stdout]    |         -------- the item `Parse` is already imported here
[INFO] [stdout] 34 |     use crate::{parse, IntoBuf, Parse};
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]   --> src/text/mod.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]    |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(array_map)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(array_map)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Tag<const TAG: &'static [u8]>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Tag<const TAG: &'static [u8]>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const TAG: &'static [u8]> Parse<u8> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const BYTES: &'static [u8]>(u8);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const BYTES: &'static [u8]> From<OneOf<BYTES>> for u8 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const BYTES: &'static [u8]> Parse<u8> for OneOf<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf1<const BYTES: &'static [u8]>(Vec<u8>);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const BYTES: &'static [u8]> From<AnyOf1<BYTES>> for Vec<u8> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const BYTES: &'static [u8]> Parse<u8> for AnyOf1<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Tag<const TAG: &'static str>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const TAG: &'static str> Parse<char> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const CHARS: &'static str>(char);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const CHARS: &'static str> From<OneOf<CHARS>> for char {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const CHARS: &'static str> Parse<char> for OneOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const TAG: &'static [u8]> Parse<u8> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf<const CHARS: &'static str>(String);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const CHARS: &'static str> From<AnyOf<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const CHARS: &'static str> Parse<char> for AnyOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct WhileNot1<const CHARS: &'static str>(String);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const BYTES: &'static [u8]>(u8);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<const CHARS: &'static str> From<WhileNot1<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl<const CHARS: &'static str> Parse<char> for WhileNot1<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct AnyOf1<const CHARS: &'static str>(String);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl<const CHARS: &'static str> From<AnyOf1<CHARS>> for String {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const CHARS: &'static str> Parse<char> for AnyOf1<CHARS> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const BYTES: &'static [u8]> From<OneOf<BYTES>> for u8 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const BYTES: &'static [u8]> Parse<u8> for OneOf<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf1<const BYTES: &'static [u8]>(Vec<u8>);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const BYTES: &'static [u8]> From<AnyOf1<BYTES>> for Vec<u8> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const BYTES: &'static [u8]> Parse<u8> for AnyOf1<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Tag<const TAG: &'static str>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const TAG: &'static str> Parse<char> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const CHARS: &'static str>(char);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const CHARS: &'static str> From<OneOf<CHARS>> for char {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const CHARS: &'static str> Parse<char> for OneOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf<const CHARS: &'static str>(String);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const CHARS: &'static str> From<AnyOf<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const CHARS: &'static str> Parse<char> for AnyOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct WhileNot1<const CHARS: &'static str>(String);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<const CHARS: &'static str> From<WhileNot1<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl<const CHARS: &'static str> Parse<char> for WhileNot1<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct AnyOf1<const CHARS: &'static str>(String);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl<const CHARS: &'static str> From<AnyOf1<CHARS>> for String {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const CHARS: &'static str> Parse<char> for AnyOf1<CHARS> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors; 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nommy` (lib) due to 24 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 23 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nommy` (lib test) due to 24 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f76cf1983e63d6e99babc6fb66c396c3c274408b6727b26231e2c4ab8673c4ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f76cf1983e63d6e99babc6fb66c396c3c274408b6727b26231e2c4ab8673c4ba", kill_on_drop: false }`
[INFO] [stdout] f76cf1983e63d6e99babc6fb66c396c3c274408b6727b26231e2c4ab8673c4ba
[INFO] checking nommy-0.4.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate nommy 0.4.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate nommy 0.4.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nommy 0.4.1
[INFO] finished tweaking crates.io crate nommy 0.4.1
[INFO] tweaked toml for crates.io crate nommy 0.4.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8608f12ed5e2132541cb12906f73fbdffe7a285cf0fbfd4b01a6aec6e4b9fe4f
[INFO] running `Command { std: "docker" "start" "-a" "8608f12ed5e2132541cb12906f73fbdffe7a285cf0fbfd4b01a6aec6e4b9fe4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8608f12ed5e2132541cb12906f73fbdffe7a285cf0fbfd4b01a6aec6e4b9fe4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8608f12ed5e2132541cb12906f73fbdffe7a285cf0fbfd4b01a6aec6e4b9fe4f", kill_on_drop: false }`
[INFO] [stdout] 8608f12ed5e2132541cb12906f73fbdffe7a285cf0fbfd4b01a6aec6e4b9fe4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9d12ebde5952dd52e6e6362b9268ceedd324f8ea449b01d59cbfa8b40fd338eb
[INFO] running `Command { std: "docker" "start" "-a" "9d12ebde5952dd52e6e6362b9268ceedd324f8ea449b01d59cbfa8b40fd338eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling nommy_derive v0.4.1
[INFO] [stderr]     Checking nommy v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/tag.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Context, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/tag.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]   --> src/text/mod.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]    |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/tag.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Parse` is imported redundantly
[INFO] [stdout]   --> src/bytes/tag.rs:32:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use super::*;
[INFO] [stdout]    |         -------- the item `Parse` is already imported here
[INFO] [stdout] 32 |     use crate::{parse, IntoBuf, Parse};
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/bytes/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Context, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/tag.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Parse` is imported redundantly
[INFO] [stdout]   --> src/text/tag.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 33 |     use super::*;
[INFO] [stdout]    |         -------- the item `Parse` is already imported here
[INFO] [stdout] 34 |     use crate::{parse, IntoBuf, Parse};
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/one_of.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]  --> src/text/many.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]   |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `eyre` is imported redundantly
[INFO] [stdout]   --> src/text/mod.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::{eyre, Buffer, Parse};
[INFO] [stdout]    |             ^^^^ the item `eyre` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(array_map)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(array_map)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Tag<const TAG: &'static [u8]>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Tag<const TAG: &'static [u8]>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const TAG: &'static [u8]> Parse<u8> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const BYTES: &'static [u8]>(u8);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const BYTES: &'static [u8]> From<OneOf<BYTES>> for u8 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const BYTES: &'static [u8]> Parse<u8> for OneOf<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf1<const BYTES: &'static [u8]>(Vec<u8>);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const BYTES: &'static [u8]> From<AnyOf1<BYTES>> for Vec<u8> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const BYTES: &'static [u8]> Parse<u8> for AnyOf1<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Tag<const TAG: &'static str>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const TAG: &'static str> Parse<char> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const CHARS: &'static str>(char);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const CHARS: &'static str> From<OneOf<CHARS>> for char {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const CHARS: &'static str> Parse<char> for OneOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf<const CHARS: &'static str>(String);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const CHARS: &'static str> From<AnyOf<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const CHARS: &'static str> Parse<char> for AnyOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct WhileNot1<const CHARS: &'static str>(String);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<const CHARS: &'static str> From<WhileNot1<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/tag.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const TAG: &'static [u8]> Parse<u8> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl<const CHARS: &'static str> Parse<char> for WhileNot1<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct AnyOf1<const CHARS: &'static str>(String);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl<const CHARS: &'static str> From<AnyOf1<CHARS>> for String {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const BYTES: &'static [u8]>(u8);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const CHARS: &'static str> Parse<char> for AnyOf1<CHARS> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const BYTES: &'static [u8]> From<OneOf<BYTES>> for u8 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const BYTES: &'static [u8]> Parse<u8> for OneOf<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf1<const BYTES: &'static [u8]>(Vec<u8>);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const BYTES: &'static [u8]> From<AnyOf1<BYTES>> for Vec<u8> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [u8]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/bytes/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const BYTES: &'static [u8]> Parse<u8> for AnyOf1<BYTES> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Tag<const TAG: &'static str>;
[INFO] [stdout]    |                           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/tag.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const TAG: &'static str> Parse<char> for Tag<TAG> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct OneOf<const CHARS: &'static str>(char);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<const CHARS: &'static str> From<OneOf<CHARS>> for char {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/one_of.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<const CHARS: &'static str> Parse<char> for OneOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AnyOf<const CHARS: &'static str>(String);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<const CHARS: &'static str> From<AnyOf<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const CHARS: &'static str> Parse<char> for AnyOf<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:59:35
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct WhileNot1<const CHARS: &'static str>(String);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<const CHARS: &'static str> From<WhileNot1<CHARS>> for String {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/text/many.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl<const CHARS: &'static str> Parse<char> for WhileNot1<CHARS> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:109:32
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct AnyOf1<const CHARS: &'static str>(String);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl<const CHARS: &'static str> From<AnyOf1<CHARS>> for String {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static str` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/text/many.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 | impl<const CHARS: &'static str> Parse<char> for AnyOf1<CHARS> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors; 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nommy` (lib) due to 24 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 23 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nommy` (lib test) due to 24 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9d12ebde5952dd52e6e6362b9268ceedd324f8ea449b01d59cbfa8b40fd338eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d12ebde5952dd52e6e6362b9268ceedd324f8ea449b01d59cbfa8b40fd338eb", kill_on_drop: false }`
[INFO] [stdout] 9d12ebde5952dd52e6e6362b9268ceedd324f8ea449b01d59cbfa8b40fd338eb
