[INFO] fetching crate nom-regex 0.2.0...
[INFO] testing nom-regex-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate nom-regex 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate nom-regex 0.2.0
[INFO] finished tweaking crates.io crate nom-regex 0.2.0
[INFO] tweaked toml for crates.io crate nom-regex 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nom-regex 0.2.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 43f0bb6813c69182829668e520a1cd7b58d4bc9592c1923ae18662a898b50fdc
[INFO] running `Command { std: "docker" "start" "-a" "43f0bb6813c69182829668e520a1cd7b58d4bc9592c1923ae18662a898b50fdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43f0bb6813c69182829668e520a1cd7b58d4bc9592c1923ae18662a898b50fdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43f0bb6813c69182829668e520a1cd7b58d4bc9592c1923ae18662a898b50fdc", kill_on_drop: false }`
[INFO] [stdout] 43f0bb6813c69182829668e520a1cd7b58d4bc9592c1923ae18662a898b50fdc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f88bdd70847c739754a4a40693f20a638e9852df9b5a22dbcaaf1f92b363ee5
[INFO] running `Command { std: "docker" "start" "-a" "4f88bdd70847c739754a4a40693f20a638e9852df9b5a22dbcaaf1f92b363ee5", kill_on_drop: false }`
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nom-regex v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `docsrs`
[INFO] [stdout]   --> src/lib.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]    = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:155:16
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:196:16
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:456:16
[INFO] [stdout]     |
[INFO] [stdout] 456 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:497:16
[INFO] [stdout]     |
[INFO] [stdout] 497 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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 2.22s
[INFO] running `Command { std: "docker" "inspect" "4f88bdd70847c739754a4a40693f20a638e9852df9b5a22dbcaaf1f92b363ee5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f88bdd70847c739754a4a40693f20a638e9852df9b5a22dbcaaf1f92b363ee5", kill_on_drop: false }`
[INFO] [stdout] 4f88bdd70847c739754a4a40693f20a638e9852df9b5a22dbcaaf1f92b363ee5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a4f5797f41217c874f056b0fdfdf3c0fcc974299ad180cac0a711e6bdda10e2
[INFO] running `Command { std: "docker" "start" "-a" "0a4f5797f41217c874f056b0fdfdf3c0fcc974299ad180cac0a711e6bdda10e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom-regex v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `docsrs`
[INFO] [stdout]   --> src/lib.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]    = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:155:16
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:196:16
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:456:16
[INFO] [stdout]     |
[INFO] [stdout] 456 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:497:16
[INFO] [stdout]     |
[INFO] [stdout] 497 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]   --> src/lib.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]    = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:155:16
[INFO] [stdout]     |
[INFO] [stdout] 155 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:196:16
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:387:16
[INFO] [stdout]     |
[INFO] [stdout] 387 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:456:16
[INFO] [stdout]     |
[INFO] [stdout] 456 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stdout]    --> src/lib.rs:497:16
[INFO] [stdout]     |
[INFO] [stdout] 497 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stdout]     = help: consider adding `docsrs` 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 `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "0a4f5797f41217c874f056b0fdfdf3c0fcc974299ad180cac0a711e6bdda10e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a4f5797f41217c874f056b0fdfdf3c0fcc974299ad180cac0a711e6bdda10e2", kill_on_drop: false }`
[INFO] [stdout] 0a4f5797f41217c874f056b0fdfdf3c0fcc974299ad180cac0a711e6bdda10e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 582ba23583123149c137547a6c4b8410711a1d74e4a9648bba9cf516605b868f
[INFO] running `Command { std: "docker" "start" "-a" "582ba23583123149c137547a6c4b8410711a1d74e4a9648bba9cf516605b868f", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `docsrs`
[INFO] [stderr]   --> src/lib.rs:86:16
[INFO] [stderr]    |
[INFO] [stderr] 86 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]    = help: consider adding `docsrs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `docsrs`
[INFO] [stderr]    --> src/lib.rs:155:16
[INFO] [stderr]     |
[INFO] [stderr] 155 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stderr]    --> src/lib.rs:196:16
[INFO] [stderr]     |
[INFO] [stderr] 196 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stderr]    --> src/lib.rs:387:16
[INFO] [stderr]     |
[INFO] [stderr] 387 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stderr]    --> src/lib.rs:456:16
[INFO] [stderr]     |
[INFO] [stderr] 456 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]     = help: consider adding `docsrs` 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: `docsrs`
[INFO] [stderr]    --> src/lib.rs:497:16
[INFO] [stderr]     |
[INFO] [stderr] 497 |     #[cfg_attr(feature = "docsrs", doc(cfg(feature = "alloc")))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc` and `default`
[INFO] [stderr]     = help: consider adding `docsrs` 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-regex` (lib) generated 6 warnings
[INFO] [stderr] warning: `nom-regex` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nom_regex-51214b524cab9191)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test str::tests::re_find_str ... ok
[INFO] [stdout] test bytes::tests::re_capture_bytes ... ok
[INFO] [stdout] test str::tests::re_match_str ... ok
[INFO] [stdout] test bytes::tests::re_find_bytes ... ok
[INFO] [stdout] test str::tests::re_capture_str ... ok
[INFO] [stdout] test str::tests::re_matches_str ... ok
[INFO] [stdout] test bytes::tests::re_captures_bytes ... ok
[INFO] [stdout] test bytes::tests::re_match_bytes ... ok
[INFO] [stdout] test str::tests::re_captures_str ... ok
[INFO] [stdout] test bytes::tests::re_matches_bytes ... ok
[INFO] [stderr]    Doc-tests nom_regex
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - (line 7) - compile ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_find (line 415) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_matches (line 376) ... ok
[INFO] [stdout] test src/lib.rs - str::re_matches (line 75) ... ok
[INFO] [stdout] test src/lib.rs - str::re_match (line 46) ... ok
[INFO] [stdout] test src/lib.rs - str::re_captures (line 185) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_captures (line 486) ... ok
[INFO] [stdout] test src/lib.rs - str::re_capture (line 144) ... ok
[INFO] [stdout] test src/lib.rs - str::re_find (line 114) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_capture (line 445) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_match (line 347) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.48s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "582ba23583123149c137547a6c4b8410711a1d74e4a9648bba9cf516605b868f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "582ba23583123149c137547a6c4b8410711a1d74e4a9648bba9cf516605b868f", kill_on_drop: false }`
[INFO] [stdout] 582ba23583123149c137547a6c4b8410711a1d74e4a9648bba9cf516605b868f
