[INFO] fetching crate nom-regex 0.2.0... [INFO] testing nom-regex-0.2.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [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 c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca54289778fec637bc8c48f3bd63fca3d533883c81919e66c60508435561d529 [INFO] running `Command { std: "docker" "start" "-a" "ca54289778fec637bc8c48f3bd63fca3d533883c81919e66c60508435561d529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca54289778fec637bc8c48f3bd63fca3d533883c81919e66c60508435561d529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca54289778fec637bc8c48f3bd63fca3d533883c81919e66c60508435561d529", kill_on_drop: false }` [INFO] [stdout] ca54289778fec637bc8c48f3bd63fca3d533883c81919e66c60508435561d529 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c78ecdee0fbeed4439ad9f910f3bedb9405f299f397f1f5bb86498d35d3d7065 [INFO] running `Command { std: "docker" "start" "-a" "c78ecdee0fbeed4439ad9f910f3bedb9405f299f397f1f5bb86498d35d3d7065", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [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 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 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 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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s [INFO] running `Command { std: "docker" "inspect" "c78ecdee0fbeed4439ad9f910f3bedb9405f299f397f1f5bb86498d35d3d7065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c78ecdee0fbeed4439ad9f910f3bedb9405f299f397f1f5bb86498d35d3d7065", kill_on_drop: false }` [INFO] [stdout] c78ecdee0fbeed4439ad9f910f3bedb9405f299f397f1f5bb86498d35d3d7065 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c223fa7e37aa3a846bfb1a5a658e52ed3ab55043e7747f942e4397731837268 [INFO] running `Command { std: "docker" "start" "-a" "2c223fa7e37aa3a846bfb1a5a658e52ed3ab55043e7747f942e4397731837268", 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 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 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 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 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 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 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: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 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 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 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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "2c223fa7e37aa3a846bfb1a5a658e52ed3ab55043e7747f942e4397731837268", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c223fa7e37aa3a846bfb1a5a658e52ed3ab55043e7747f942e4397731837268", kill_on_drop: false }` [INFO] [stdout] 2c223fa7e37aa3a846bfb1a5a658e52ed3ab55043e7747f942e4397731837268 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6e0056b259ceb6bba5e7cebf80944cc4c5584654ac0244bb84194c2dd477bdd8 [INFO] running `Command { std: "docker" "start" "-a" "6e0056b259ceb6bba5e7cebf80944cc4c5584654ac0244bb84194c2dd477bdd8", 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 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 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 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 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 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 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.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nom_regex-3a5c8077edf75158) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test bytes::tests::re_capture_bytes ... ok [INFO] [stdout] test bytes::tests::re_captures_bytes ... ok [INFO] [stdout] test str::tests::re_capture_str ... ok [INFO] [stdout] test bytes::tests::re_matches_bytes ... ok [INFO] [stdout] test str::tests::re_captures_str ... ok [INFO] [stdout] test bytes::tests::re_find_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_match_bytes ... ok [INFO] [stdout] test str::tests::re_find_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [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 - bytes::re_match (line 347) ... ok [INFO] [stdout] test src/lib.rs - str::re_capture (line 144) ... ok [INFO] [stdout] test src/lib.rs - str::re_captures (line 185) ... ok [INFO] [stdout] test src/lib.rs - bytes::re_find (line 415) ... 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_matches (line 376) ... ok [INFO] [stdout] test src/lib.rs - bytes::re_captures (line 486) ... ok [INFO] [stdout] test src/lib.rs - str::re_match (line 46) ... ok [INFO] [stdout] test src/lib.rs - str::re_matches (line 75) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.73s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e0056b259ceb6bba5e7cebf80944cc4c5584654ac0244bb84194c2dd477bdd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e0056b259ceb6bba5e7cebf80944cc4c5584654ac0244bb84194c2dd477bdd8", kill_on_drop: false }` [INFO] [stdout] 6e0056b259ceb6bba5e7cebf80944cc4c5584654ac0244bb84194c2dd477bdd8