[INFO] fetching crate getopt3 2.6.1-beta.2...
[INFO] testing getopt3-2.6.1-beta.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate getopt3 2.6.1-beta.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate getopt3 2.6.1-beta.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate getopt3 2.6.1-beta.2
[INFO] tweaked toml for crates.io crate getopt3 2.6.1-beta.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate getopt3 2.6.1-beta.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate getopt3 2.6.1-beta.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 879a958418d872d95d57e7b18c94e3749b04ba8bf46a0d8898a105854617b105
[INFO] running `Command { std: "docker" "start" "-a" "879a958418d872d95d57e7b18c94e3749b04ba8bf46a0d8898a105854617b105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "879a958418d872d95d57e7b18c94e3749b04ba8bf46a0d8898a105854617b105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "879a958418d872d95d57e7b18c94e3749b04ba8bf46a0d8898a105854617b105", kill_on_drop: false }`
[INFO] [stdout] 879a958418d872d95d57e7b18c94e3749b04ba8bf46a0d8898a105854617b105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b9a86c2c32f60ec257a316197e8e503bd8fb7eed7417bb72262225df8162060
[INFO] running `Command { std: "docker" "start" "-a" "5b9a86c2c32f60ec257a316197e8e503bd8fb7eed7417bb72262225df8162060", kill_on_drop: false }`
[INFO] [stderr]    Compiling getopt3 v2.6.1-beta.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]   --> src/getopt.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 | #![cfg_attr(all(feature = "no_std", not(test)), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(feature = "no_std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `posix`
[INFO] [stdout]    --> src/getopt.rs:579:7
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[cfg(feature = "posix")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `posix` 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 0.35s
[INFO] running `Command { std: "docker" "inspect" "5b9a86c2c32f60ec257a316197e8e503bd8fb7eed7417bb72262225df8162060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b9a86c2c32f60ec257a316197e8e503bd8fb7eed7417bb72262225df8162060", kill_on_drop: false }`
[INFO] [stdout] 5b9a86c2c32f60ec257a316197e8e503bd8fb7eed7417bb72262225df8162060
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a12a1822ece4ea8afe7eae06e58f4c7913fdd75c47a3071a48c9cf0eab5a848
[INFO] running `Command { std: "docker" "start" "-a" "1a12a1822ece4ea8afe7eae06e58f4c7913fdd75c47a3071a48c9cf0eab5a848", kill_on_drop: false }`
[INFO] [stderr]    Compiling getopt3 v2.6.1-beta.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]   --> src/getopt.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 | #![cfg_attr(all(feature = "no_std", not(test)), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(feature = "no_std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `posix`
[INFO] [stdout]    --> src/getopt.rs:579:7
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[cfg(feature = "posix")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `posix` 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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 | #![cfg_attr(all(feature = "no_std", not(test)), no_std)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(feature = "no_std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `no_std`
[INFO] [stdout]   --> src/getopt.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(feature = "no_std")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `no_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: `posix`
[INFO] [stdout]    --> src/getopt.rs:579:7
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[cfg(feature = "posix")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `posix` 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.16s
[INFO] running `Command { std: "docker" "inspect" "1a12a1822ece4ea8afe7eae06e58f4c7913fdd75c47a3071a48c9cf0eab5a848", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a12a1822ece4ea8afe7eae06e58f4c7913fdd75c47a3071a48c9cf0eab5a848", kill_on_drop: false }`
[INFO] [stdout] 1a12a1822ece4ea8afe7eae06e58f4c7913fdd75c47a3071a48c9cf0eab5a848
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1d8e82b7903b48e7bc093a7d096a2dea4396d91dcdf9dc7fd6a73c4145c4b50b
[INFO] running `Command { std: "docker" "start" "-a" "1d8e82b7903b48e7bc093a7d096a2dea4396d91dcdf9dc7fd6a73c4145c4b50b", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stderr]   --> src/getopt.rs:58:17
[INFO] [stderr]    |
[INFO] [stderr] 58 | #![cfg_attr(all(feature = "no_std", not(test)), no_std)]
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `no_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: unexpected `cfg` condition value: `no_std`
[INFO] [stderr]   --> src/getopt.rs:60:11
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[cfg(not(feature = "no_std"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `no_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: `no_std`
[INFO] [stderr]   --> src/getopt.rs:67:7
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[cfg(feature = "no_std")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `no_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: `no_std`
[INFO] [stderr]   --> src/getopt.rs:70:7
[INFO] [stderr]    |
[INFO] [stderr] 70 | #[cfg(feature = "no_std")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `no_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: `posix`
[INFO] [stderr]    --> src/getopt.rs:579:7
[INFO] [stderr]     |
[INFO] [stderr] 579 | #[cfg(feature = "posix")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `posix` 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: `getopt3` (lib) generated 5 warnings
[INFO] [stderr] warning: `getopt3` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/getopt.rs (/opt/rustwide/target/debug/deps/getopt3-7c91019688ddc5c4)
[INFO] [stdout] 
[INFO] [stdout] running 70 tests
[INFO] [stdout] test doubledash::gnu_dash_following_option_with_argument ... ok
[INFO] [stdout] test doubledash::gnu_dash_following_option_without_argument ... ok
[INFO] [stdout] test doubledash::gnu_options_with_dash_in_middle ... ok
[INFO] [stdout] test doubledash::gnu_options_after_dash ... ok
[INFO] [stdout] test doubledash::gnu_no_options_dash_in_middle ... ok
[INFO] [stdout] test helpers::optionsmap_arg_in_middle ... ok
[INFO] [stdout] test helpers::optionsmap_arg_tail ... ok
[INFO] [stdout] test helpers::optionsmap_semi_start ... ok
[INFO] [stdout] test helpers::optionsmap_with_args ... ok
[INFO] [stdout] test helpers::optionsmap_without_args ... ok
[INFO] [stdout] test helpers::parseElement_double_dash ... ok
[INFO] [stdout] test helpers::parseElement_option_value_in_next_element ... ok
[INFO] [stdout] test helpers::parseElement_empty ... ok
[INFO] [stdout] test helpers::parseElement_non_option_element ... ok
[INFO] [stdout] test helpers::parseElement_option_with_argument ... ok
[INFO] [stdout] test helpers::parseElement_option_without_argument ... ok
[INFO] [stdout] test helpers::parseElement_unknown_option ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_char ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_double_semi_mid ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_double_semi_start ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_empty ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_not_alphanum ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_plus_start ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_semi_only ... ok
[INFO] [stdout] test helpers::validate_optstring_invalid_triple_semi_mid ... ok
[INFO] [stdout] test helpers::validate_optstring_ok_question_mark ... ok
[INFO] [stdout] test helpers::validate_optstring_ok ... ok
[INFO] [stdout] test helpers::validate_optstring_ok_semi ... ok
[INFO] [stdout] test helpers::validate_optstring_spaces_outside ... ok
[INFO] [stdout] test helpers::validate_optstring_spaces_only ... ok
[INFO] [stdout] test helpers::validate_optstring_supported_extension_semi_start ... ok
[INFO] [stdout] test hidebin::first_consumed ... ok
[INFO] [stdout] test hidebin::comparing_iterators_works ... ok
[INFO] [stdout] test hidebin::one_size ... ok
[INFO] [stdout] test idx::index_access_to_arguments ... ok
[INFO] [stdout] test hidebin::zero_size ... ok
[INFO] [stdout] test it::check_if_into_iter_returns_expected_values ... ok
[INFO] [stdout] test it::check_if_iter_returns_expected_values ... ok
[INFO] [stdout] test tests::advanced_semi_start_plus_qmark ... ok
[INFO] [stdout] test tests::advanced_one_with_arg_in_same_element ... ok
[INFO] [stdout] test idx::manual_index_access_to_arguments ... ok
[INFO] [stdout] test tests::advanced_two_options_chained_together_without_arg ... ok
[INFO] [stdout] test tests::advanced_two_options_with_arg_in_the_next_element ... ok
[INFO] [stdout] test it::for_loop_can_consume_getopt_struct ... ok
[INFO] [stdout] test tests::bad_input_zero_sized_string ... ok
[INFO] [stdout] test tests::bad_input_zero_sized_arg ... ok
[INFO] [stdout] test tests::basic_getopt_get ... ok
[INFO] [stdout] test tests::basic_getopt_has ... ok
[INFO] [stdout] test tests::basic_getopt_is_empty ... ok
[INFO] [stdout] test tests::basic_two_options_without_arg ... ok
[INFO] [stdout] test tests::empty_getopt_is_empty ... ok
[INFO] [stdout] test it::for_loop_wont_consume_immutable_ref ... ok
[INFO] [stdout] test tests::advanced_dash_without_an_option ... ok
[INFO] [stdout] test tests::basic_getopt_len ... ok
[INFO] [stdout] test tests::basic_no_options ... ok
[INFO] [stdout] test tests::basic_question_mark_option_without_arg ... ok
[INFO] [stdout] test doubledash::gnu_no_options_dash_at_end ... ok
[INFO] [stdout] test tests::basic_one_option_without_arg ... ok
[INFO] [stdout] test tests::options_only_getopt_is_empty ... ok
[INFO] [stdout] test tests::unknown_option_with_arg ... ok
[INFO] [stdout] test tests::unknown_option_without_arg ... ok
[INFO] [stdout] test validations::validate_no_options_on_cmdline_but_options_defined ... ok
[INFO] [stdout] test validations::validate_required_argument_missing ... ok
[INFO] [stdout] test tests::advanced_two_options_with_arg_in_same_element ... ok
[INFO] [stdout] test validations::validate_unknown_option_without_argument ... ok
[INFO] [stdout] test validations::validate_unknown_option_with_argument ... ok
[INFO] [stdout] test tests::basic_two_option_with_missing_arg ... ok
[INFO] [stdout] test tests::basic_one_option_with_arg ... ok
[INFO] [stdout] test helpers::validate_optstring_spaces_inside ... ok
[INFO] [stderr]      Running tests/Example.rs (/opt/rustwide/target/debug/deps/Example-93c93db7b7c568c0)
[INFO] [stdout] test idx::invalid_access_to_arguments - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/Example_tests.rs (/opt/rustwide/target/debug/deps/Example_tests-00d2181db0075d93)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test real_a_option_without_arg ... ok
[INFO] [stdout] test real_invoke_main ... ok
[INFO] [stdout] test real_should_not_have_c_option ... ok
[INFO] [stdout] test real_two_arguments ... ok
[INFO] [stdout] test real_should_have_unknown_d_option ... ok
[INFO] [stdout] test real_should_have_b_option_with_argument ... ok
[INFO] [stdout] test real_invoked_help ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/Main.rs (/opt/rustwide/target/debug/deps/Main-9408dc8662aede82)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test main ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests getopt3
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/getopt.rs - getopt::get (line 168) ... ok
[INFO] [stdout] test src/getopt.rs - hideBin (line 559) ... ok
[INFO] [stdout] test src/getopt.rs - validate (line 503) ... ok
[INFO] [stdout] test src/getopt.rs - (line 22) ... ok
[INFO] [stdout] test src/getopt.rs - getopt::iter (line 140) ... ok
[INFO] [stdout] test src/getopt.rs - getopt::has (line 195) ... ok
[INFO] [stdout] test src/getopt.rs - getopt::is_empty (line 222) ... ok
[INFO] [stdout] test src/getopt.rs - getopt::len (line 116) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1d8e82b7903b48e7bc093a7d096a2dea4396d91dcdf9dc7fd6a73c4145c4b50b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d8e82b7903b48e7bc093a7d096a2dea4396d91dcdf9dc7fd6a73c4145c4b50b", kill_on_drop: false }`
[INFO] [stdout] 1d8e82b7903b48e7bc093a7d096a2dea4396d91dcdf9dc7fd6a73c4145c4b50b
