[INFO] fetching crate nom-whitespace 0.1.0...
[INFO] testing nom-whitespace-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nom-whitespace 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate nom-whitespace 0.1.0
[INFO] finished tweaking crates.io crate nom-whitespace 0.1.0
[INFO] tweaked toml for crates.io crate nom-whitespace 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nom-whitespace 0.1.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding nom v4.2.3 (available: v8.0.0)
[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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 839a5f85af6158fc466d368e55163031965081bf5f8e35fb4b8a8b474643bc47
[INFO] running `Command { std: "docker" "start" "-a" "839a5f85af6158fc466d368e55163031965081bf5f8e35fb4b8a8b474643bc47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "839a5f85af6158fc466d368e55163031965081bf5f8e35fb4b8a8b474643bc47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "839a5f85af6158fc466d368e55163031965081bf5f8e35fb4b8a8b474643bc47", kill_on_drop: false }`
[INFO] [stdout] 839a5f85af6158fc466d368e55163031965081bf5f8e35fb4b8a8b474643bc47
[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=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] 84ca66b97ab62dc746ff7b761c70aec453f50c3ded51a17af306f4a5b6005395
[INFO] running `Command { std: "docker" "start" "-a" "84ca66b97ab62dc746ff7b761c70aec453f50c3ded51a17af306f4a5b6005395", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling nom-whitespace v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 | #![cfg_attr(not(feature = "std"), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` 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: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:98:1
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/lib.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `std`
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `alloc`
[INFO] [stdout]    --> src/whitespace.rs:679:7
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[cfg(feature = "alloc")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `alloc` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[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" "84ca66b97ab62dc746ff7b761c70aec453f50c3ded51a17af306f4a5b6005395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84ca66b97ab62dc746ff7b761c70aec453f50c3ded51a17af306f4a5b6005395", kill_on_drop: false }`
[INFO] [stdout] 84ca66b97ab62dc746ff7b761c70aec453f50c3ded51a17af306f4a5b6005395
[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=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] 44254cd9a45a5ec8758b3f4a2cd9e8de02ef58ed759ca7456efff07e0b26db0e
[INFO] running `Command { std: "docker" "start" "-a" "44254cd9a45a5ec8758b3f4a2cd9e8de02ef58ed759ca7456efff07e0b26db0e", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 | #![cfg_attr(not(feature = "std"), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` 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: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:98:1
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/lib.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `std`
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `alloc`
[INFO] [stdout]    --> src/whitespace.rs:679:7
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[cfg(feature = "alloc")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `alloc` 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] [stderr]    Compiling nom-whitespace v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]   --> src/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 | #![cfg_attr(not(feature = "std"), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `std` 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: `std`
[INFO] [stdout]    --> src/lib.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `std`
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `std` 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: `alloc`
[INFO] [stdout]    --> src/whitespace.rs:679:7
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[cfg(feature = "alloc")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]    --> src/whitespace.rs:893:9
[INFO] [stdout]     |
[INFO] [stdout] 893 |   #[cfg(feature = "alloc")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1044:9
[INFO] [stdout]      |
[INFO] [stdout] 1044 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1048:9
[INFO] [stdout]      |
[INFO] [stdout] 1048 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1055:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1062:9
[INFO] [stdout]      |
[INFO] [stdout] 1062 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1166:9
[INFO] [stdout]      |
[INFO] [stdout] 1166 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stdout]     --> src/whitespace.rs:1186:9
[INFO] [stdout]      |
[INFO] [stdout] 1186 |   #[cfg(feature = "alloc")]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `alloc` 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: unnecessary trailing semicolon
[INFO] [stdout]    --> src/whitespace.rs:974:6
[INFO] [stdout]     |
[INFO] [stdout] 974 |     };
[INFO] [stdout]     |      ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/whitespace.rs:977:6
[INFO] [stdout]     |
[INFO] [stdout] 977 |     };
[INFO] [stdout]     |      ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/whitespace.rs:308:77
[INFO] [stdout]     |
[INFO] [stdout] 308 |       do_parse_sep!(__impl $i, $separator, $field: nom_call!($e) >> $($rest)*);
[INFO] [stdout]     |                                                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 980 | /     named!(do_parser<&[u8], (u8, u8)>,
[INFO] [stdout] 981 | |       ws!(do_parse!(
[INFO] [stdout] 982 | |         tag!("abcd")       >>
[INFO] [stdout] 983 | |         opt!(tag!("abcd")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 989 | |       ))
[INFO] [stdout] 990 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/whitespace.rs:308:77
[INFO] [stdout]     |
[INFO] [stdout] 308 |       do_parse_sep!(__impl $i, $separator, $field: nom_call!($e) >> $($rest)*);
[INFO] [stdout]     |                                                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 980 | /     named!(do_parser<&[u8], (u8, u8)>,
[INFO] [stdout] 981 | |       ws!(do_parse!(
[INFO] [stdout] 982 | |         tag!("abcd")       >>
[INFO] [stdout] 983 | |         opt!(tag!("abcd")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 989 | |       ))
[INFO] [stdout] 990 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]     = note: this warning originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, nom-whitespace v0.1.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 3`
[INFO] running `Command { std: "docker" "inspect" "44254cd9a45a5ec8758b3f4a2cd9e8de02ef58ed759ca7456efff07e0b26db0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44254cd9a45a5ec8758b3f4a2cd9e8de02ef58ed759ca7456efff07e0b26db0e", kill_on_drop: false }`
[INFO] [stdout] 44254cd9a45a5ec8758b3f4a2cd9e8de02ef58ed759ca7456efff07e0b26db0e
[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=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] 1c10a15760d1fc152f43e47fc04db62e5fd69b362cb015f7e748e39565197294
[INFO] running `Command { std: "docker" "start" "-a" "1c10a15760d1fc152f43e47fc04db62e5fd69b362cb015f7e748e39565197294", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unexpected `cfg` condition value: `std`
[INFO] [stderr]   --> src/lib.rs:96:17
[INFO] [stderr]    |
[INFO] [stderr] 96 | #![cfg_attr(not(feature = "std"), no_std)]
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `std` 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: unused `#[macro_use]` import
[INFO] [stderr]   --> src/lib.rs:98:1
[INFO] [stderr]    |
[INFO] [stderr] 98 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `std`
[INFO] [stderr]    --> src/lib.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |   #[cfg(not(feature = "std"))]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `std` 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: `std`
[INFO] [stderr]    --> src/lib.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |   #[cfg(feature = "std")]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `std` 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: `alloc`
[INFO] [stderr]    --> src/whitespace.rs:679:7
[INFO] [stderr]     |
[INFO] [stderr] 679 | #[cfg(feature = "alloc")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `alloc` 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: `nom-whitespace` (lib) generated 5 warnings
[INFO] [stderr] warning: unexpected `cfg` condition value: `alloc`
[INFO] [stderr]    --> src/whitespace.rs:893:9
[INFO] [stderr]     |
[INFO] [stderr] 893 |   #[cfg(feature = "alloc")]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1044:9
[INFO] [stderr]      |
[INFO] [stderr] 1044 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1048:9
[INFO] [stderr]      |
[INFO] [stderr] 1048 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1055:9
[INFO] [stderr]      |
[INFO] [stderr] 1055 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1062:9
[INFO] [stderr]      |
[INFO] [stderr] 1062 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1166:9
[INFO] [stderr]      |
[INFO] [stderr] 1166 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: `alloc`
[INFO] [stderr]     --> src/whitespace.rs:1186:9
[INFO] [stderr]      |
[INFO] [stderr] 1186 |   #[cfg(feature = "alloc")]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]      |
[INFO] [stderr]      = note: no expected values for `feature`
[INFO] [stderr]      = help: consider adding `alloc` 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: unnecessary trailing semicolon
[INFO] [stderr]    --> src/whitespace.rs:974:6
[INFO] [stderr]     |
[INFO] [stderr] 974 |     };
[INFO] [stderr]     |      ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/whitespace.rs:977:6
[INFO] [stderr]     |
[INFO] [stderr] 977 |     };
[INFO] [stderr]     |      ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/whitespace.rs:308:77
[INFO] [stderr]     |
[INFO] [stderr] 308 |       do_parse_sep!(__impl $i, $separator, $field: nom_call!($e) >> $($rest)*);
[INFO] [stderr]     |                                                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 980 | /     named!(do_parser<&[u8], (u8, u8)>,
[INFO] [stderr] 981 | |       ws!(do_parse!(
[INFO] [stderr] 982 | |         tag!("abcd")       >>
[INFO] [stderr] 983 | |         opt!(tag!("abcd")) >>
[INFO] [stderr] ...   |
[INFO] [stderr] 989 | |       ))
[INFO] [stderr] 990 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/whitespace.rs:308:77
[INFO] [stderr]     |
[INFO] [stderr] 308 |       do_parse_sep!(__impl $i, $separator, $field: nom_call!($e) >> $($rest)*);
[INFO] [stderr]     |                                                                               ^
[INFO] [stderr] ...
[INFO] [stderr] 980 | /     named!(do_parser<&[u8], (u8, u8)>,
[INFO] [stderr] 981 | |       ws!(do_parse!(
[INFO] [stderr] 982 | |         tag!("abcd")       >>
[INFO] [stderr] 983 | |         opt!(tag!("abcd")) >>
[INFO] [stderr] ...   |
[INFO] [stderr] 989 | |       ))
[INFO] [stderr] 990 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stderr]     = note: this warning originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `nom-whitespace` (lib test) generated 15 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, nom-whitespace v0.1.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 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nom_whitespace-8f87134b8704c7fb)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test whitespace::tests::levels ... ok
[INFO] [stdout] test whitespace::tests::permutation ... ok
[INFO] [stdout] test whitespace::tests::preceded ... ok
[INFO] [stdout] test whitespace::tests::pair ... ok
[INFO] [stdout] test whitespace::tests::spaaaaace ... ok
[INFO] [stdout] test whitespace::tests::str_test ... ok
[INFO] [stdout] test whitespace::tests::switch ... ok
[INFO] [stdout] test whitespace::tests::tag ... ok
[INFO] [stdout] test whitespace::tests::terminated ... ok
[INFO] [stdout] test whitespace::tests::tuple ... ok
[INFO] [stdout] test whitespace::tests::do_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nom_whitespace
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - (line 8) ... ignored
[INFO] [stdout] test src/lib.rs - (line 87) ... ignored
[INFO] [stdout] test src/whitespace.rs - whitespace::sep (line 723) ... ignored
[INFO] [stdout] test src/whitespace.rs - whitespace::eat_separator (line 702) ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/lib.rs - (line 39) ... ok
[INFO] [stdout] test src/whitespace.rs - whitespace::ws (line 854) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1c10a15760d1fc152f43e47fc04db62e5fd69b362cb015f7e748e39565197294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c10a15760d1fc152f43e47fc04db62e5fd69b362cb015f7e748e39565197294", kill_on_drop: false }`
[INFO] [stdout] 1c10a15760d1fc152f43e47fc04db62e5fd69b362cb015f7e748e39565197294
