[INFO] fetching crate figment 0.10.19... [INFO] testing figment-0.10.19 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate figment 0.10.19 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate figment 0.10.19 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate figment 0.10.19 [INFO] tweaked toml for crates.io crate figment 0.10.19 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate figment 0.10.19 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 77 packages to latest compatible versions [INFO] [stderr] Adding toml v0.8.23 (available: v0.9.8) [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] [stderr] Blocking waiting for file lock on package cache [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-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 354713cf08a5c8851c0420e561d5f76a4220057119c6a7b2703eb04d4d065787 [INFO] running `Command { std: "docker" "start" "-a" "354713cf08a5c8851c0420e561d5f76a4220057119c6a7b2703eb04d4d065787", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "354713cf08a5c8851c0420e561d5f76a4220057119c6a7b2703eb04d4d065787", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "354713cf08a5c8851c0420e561d5f76a4220057119c6a7b2703eb04d4d065787", kill_on_drop: false }` [INFO] [stdout] 354713cf08a5c8851c0420e561d5f76a4220057119c6a7b2703eb04d4d065787 [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=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] 4051cf131f3133842b7ab8e96670e06e9661527cc4af82111dacc2e8bc85e338 [INFO] running `Command { std: "docker" "start" "-a" "4051cf131f3133842b7ab8e96670e06e9661527cc4af82111dacc2e8bc85e338", kill_on_drop: false }` [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(nightly, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [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: `8` [INFO] [stdout] --> src/value/tag.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(not(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [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 2.59s [INFO] running `Command { std: "docker" "inspect" "4051cf131f3133842b7ab8e96670e06e9661527cc4af82111dacc2e8bc85e338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4051cf131f3133842b7ab8e96670e06e9661527cc4af82111dacc2e8bc85e338", kill_on_drop: false }` [INFO] [stdout] 4051cf131f3133842b7ab8e96670e06e9661527cc4af82111dacc2e8bc85e338 [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=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] 1689032be7e88aaa1b4974839a05df34be9797241cd1e6e456244f6b1302662e [INFO] running `Command { std: "docker" "start" "-a" "1689032be7e88aaa1b4974839a05df34be9797241cd1e6e456244f6b1302662e", kill_on_drop: false }` [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(nightly, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [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: `8` [INFO] [stdout] --> src/value/tag.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(not(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.5.51 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `figment::providers::Toml`, `figment::providers::Env` [INFO] [stdout] --> tests/enum.rs:2:44 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Toml, Serialized, Env}}; [INFO] [stdout] | ^^^^ ^^^ no `Env` in `providers` [INFO] [stdout] | | [INFO] [stdout] | no `Toml` in `providers` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/providers/mod.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(feature = "env")] pub use self::env::Env; [INFO] [stdout] | --------------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `env` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `figment::providers::Toml`, `figment::providers::Json`, `figment::providers::Env` [INFO] [stdout] --> tests/cargo.rs:2:44 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Toml, Json, Env}}; [INFO] [stdout] | ^^^^ ^^^^ ^^^ no `Env` in `providers` [INFO] [stdout] | | | [INFO] [stdout] | | no `Json` in `providers` [INFO] [stdout] | no `Toml` in `providers` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/providers/mod.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(feature = "env")] pub use self::env::Env; [INFO] [stdout] | --------------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `env` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> tests/cargo.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(any(test, feature = "test"))] pub use jail::Jail; [INFO] [stdout] | ------------------------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> tests/enum.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(any(test, feature = "test"))] pub use jail::Jail; [INFO] [stdout] | ------------------------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> tests/cargo.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Toml, Json, Env}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> tests/enum.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Toml, Serialized, Env}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::providers::Toml` [INFO] [stdout] --> src/value/magic.rs:1377:40 [INFO] [stdout] | [INFO] [stdout] 1377 | use crate::providers::{Format, Toml}; [INFO] [stdout] | ^^^^ no `Toml` in `providers` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/providers/data.rs:521:14 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg(feature = $string)] [INFO] [stdout] | ----------------- the item is gated behind the `toml` feature [INFO] [stdout] ... [INFO] [stdout] 521 | impl_format!(Toml "TOML"/"toml": toml::from_str, toml::de::Error); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `figment::providers::Toml` [INFO] [stdout] --> tests/tuple-struct.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use figment::{Figment, providers::{Toml, Format}}; [INFO] [stdout] | ^^^^ no `Toml` in `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> tests/tuple-struct.rs:1:42 [INFO] [stdout] | [INFO] [stdout] 1 | use figment::{Figment, providers::{Toml, Format}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `figment::providers::Yaml` [INFO] [stdout] --> tests/yaml-enum.rs:2:44 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Yaml}}; [INFO] [stdout] | ^^^^ no `Yaml` in `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(nightly, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [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 name: `nightly` [INFO] [stdout] --> src/jail.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(nightly, doc(cfg(feature = "test")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> tests/yaml-enum.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Format, Yaml}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(not(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> src/value/magic.rs:1377:32 [INFO] [stdout] | [INFO] [stdout] 1377 | use crate::providers::{Format, Toml}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `figment::providers::Env` [INFO] [stdout] --> tests/empty-env-vars.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use figment::{Figment, providers::Env}; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Env` in `providers` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/providers/mod.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(feature = "env")] pub use self::env::Env; [INFO] [stdout] | --------------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `env` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> tests/empty-env-vars.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(any(test, feature = "test"))] pub use jail::Jail; [INFO] [stdout] | ------------------------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/empty-env-vars.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | jail.set_env("FOO", "bar"); [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 10 | figment::Jail::expect_with(|jail: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/cargo.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ [INFO] [stdout] 24 | jail.create_file("Cargo.toml", r#" [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 23 | figment::Jail::expect_with(|jail: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/empty-env-vars.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | .merge(Env::raw().map(|k| { [INFO] [stdout] | ^ [INFO] [stdout] 28 | if k == "foo" { k.into() } [INFO] [stdout] | - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 27 | .merge(Env::raw().map(|k: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `figment::providers::Toml` [INFO] [stdout] --> tests/lossy_values.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Toml, Format}}; [INFO] [stdout] | ^^^^ no `Toml` in `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (test "tuple-struct") due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `figment::Jail` [INFO] [stdout] --> tests/tagged.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use figment::{Figment, Jail, Profile}; [INFO] [stdout] | ^^^^ no `Jail` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(any(test, feature = "test"))] pub use jail::Jail; [INFO] [stdout] | ------------------------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Format` [INFO] [stdout] --> tests/lossy_values.rs:2:42 [INFO] [stdout] | [INFO] [stdout] 2 | use figment::{Figment, providers::{Toml, Format}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `figment::providers::Env` [INFO] [stdout] --> tests/camel-case.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use figment::{Figment, providers::Env}; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Env` in `providers` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/providers/mod.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(feature = "env")] pub use self::env::Env; [INFO] [stdout] | --------------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `env` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> tests/camel-case.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg(any(test, feature = "test"))] pub use jail::Jail; [INFO] [stdout] | ------------------------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (test "empty-env-vars") due to 4 previous errors [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/enum.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | jail.create_file("Test.toml", r#" [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 41 | figment::Jail::expect_with(|jail: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (test "cargo") due to 3 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `figment` (test "tagged") due to 1 previous error [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/camel-case.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ [INFO] [stdout] 12 | jail.set_env("topKey1", "100"); [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 11 | figment::Jail::expect_with(|jail: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (test "lossy_values") due to 1 previous error; 1 warning emitted [INFO] [stderr] error: could not compile `figment` (test "camel-case") due to 3 previous errors [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (test "enum") due to 3 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `figment` (test "yaml-enum") due to 1 previous error; 1 warning emitted [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `figment` (lib test) due to 1 previous error; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1689032be7e88aaa1b4974839a05df34be9797241cd1e6e456244f6b1302662e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1689032be7e88aaa1b4974839a05df34be9797241cd1e6e456244f6b1302662e", kill_on_drop: false }` [INFO] [stdout] 1689032be7e88aaa1b4974839a05df34be9797241cd1e6e456244f6b1302662e