[INFO] fetching crate nom-regex 0.2.0...
[INFO] testing nom-regex-0.2.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nom-regex 0.2.0 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nom-regex 0.2.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]     Blocking waiting for file lock on package cache
[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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f843ce96231abd70fefebf113e9ea950620b0a5a4e4164bd8bcded1de7d747f1
[INFO] running `Command { std: "docker" "start" "-a" "f843ce96231abd70fefebf113e9ea950620b0a5a4e4164bd8bcded1de7d747f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f843ce96231abd70fefebf113e9ea950620b0a5a4e4164bd8bcded1de7d747f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f843ce96231abd70fefebf113e9ea950620b0a5a4e4164bd8bcded1de7d747f1", kill_on_drop: false }`
[INFO] [stdout] f843ce96231abd70fefebf113e9ea950620b0a5a4e4164bd8bcded1de7d747f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 32781aa9bc4ca043032d93db77188cb6f774b7c655a427251bdb20feafd37e4e
[INFO] running `Command { std: "docker" "start" "-a" "32781aa9bc4ca043032d93db77188cb6f774b7c655a427251bdb20feafd37e4e", 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.24s
[INFO] running `Command { std: "docker" "inspect" "32781aa9bc4ca043032d93db77188cb6f774b7c655a427251bdb20feafd37e4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32781aa9bc4ca043032d93db77188cb6f774b7c655a427251bdb20feafd37e4e", kill_on_drop: false }`
[INFO] [stdout] 32781aa9bc4ca043032d93db77188cb6f774b7c655a427251bdb20feafd37e4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 0943552af423ab190aeadd2139a263a08aeaeea10235c3043cc89afad5f38a73
[INFO] running `Command { std: "docker" "start" "-a" "0943552af423ab190aeadd2139a263a08aeaeea10235c3043cc89afad5f38a73", kill_on_drop: false }`
[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] [stderr]    Compiling nom-regex v0.2.0 (/opt/rustwide/workdir)
[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 1.04s
[INFO] running `Command { std: "docker" "inspect" "0943552af423ab190aeadd2139a263a08aeaeea10235c3043cc89afad5f38a73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0943552af423ab190aeadd2139a263a08aeaeea10235c3043cc89afad5f38a73", kill_on_drop: false }`
[INFO] [stdout] 0943552af423ab190aeadd2139a263a08aeaeea10235c3043cc89afad5f38a73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3e4fcfbd90834f96287dd291fb235b8dc24bb355bc86a7b796b79f865d88df25
[INFO] running `Command { std: "docker" "start" "-a" "3e4fcfbd90834f96287dd291fb235b8dc24bb355bc86a7b796b79f865d88df25", 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.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nom_regex-ad8acfda06311f7d)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test str::tests::re_find_str ... ok
[INFO] [stdout] test str::tests::re_capture_str ... ok
[INFO] [stdout] test bytes::tests::re_match_bytes ... ok
[INFO] [stdout] test bytes::tests::re_find_bytes ... ok
[INFO] [stdout] test bytes::tests::re_capture_bytes ... ok
[INFO] [stdout] test str::tests::re_captures_str ... ok
[INFO] [stdout] test bytes::tests::re_captures_bytes ... ok
[INFO] [stdout] test str::tests::re_match_str ... ok
[INFO] [stdout] test str::tests::re_matches_str ... ok
[INFO] [stdout] test bytes::tests::re_matches_bytes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nom_regex
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - (line 7) - compile ... ok
[INFO] [stdout] test src/lib.rs - str::re_matches (line 75) ... ok
[INFO] [stdout] test src/lib.rs - str::re_find (line 114) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_find (line 415) ... ok
[INFO] [stdout] test src/lib.rs - str::re_match (line 46) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_capture (line 445) ... ok
[INFO] [stdout] test src/lib.rs - str::re_captures (line 185) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_matches (line 376) ... ok
[INFO] [stdout] test src/lib.rs - bytes::re_match (line 347) ... 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] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3e4fcfbd90834f96287dd291fb235b8dc24bb355bc86a7b796b79f865d88df25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e4fcfbd90834f96287dd291fb235b8dc24bb355bc86a7b796b79f865d88df25", kill_on_drop: false }`
[INFO] [stdout] 3e4fcfbd90834f96287dd291fb235b8dc24bb355bc86a7b796b79f865d88df25
