[INFO] fetching crate my-test-app-bergwolf 1.4.0...
[INFO] checking my-test-app-bergwolf-1.4.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate my-test-app-bergwolf 1.4.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate my-test-app-bergwolf 1.4.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate my-test-app-bergwolf 1.4.0
[INFO] finished tweaking crates.io crate my-test-app-bergwolf 1.4.0
[INFO] tweaked toml for crates.io crate my-test-app-bergwolf 1.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.22.3 (available: v0.29.0)
[INFO] [stderr]       Adding termcolor v1.1.3 (available: v1.4.1)
[INFO] [stderr]       Adding vhost v0.3.0 (available: v0.13.0)
[INFO] [stderr]       Adding virtio-queue v0.1.0 (available: v0.14.0)
[INFO] [stderr]       Adding vm-memory v0.7.0 (available: v0.16.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c572a84b427cc271488ae68c8943c39831e6dac7117bde3ecd9d117721a60d56
[INFO] running `Command { std: "docker" "start" "-a" "c572a84b427cc271488ae68c8943c39831e6dac7117bde3ecd9d117721a60d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c572a84b427cc271488ae68c8943c39831e6dac7117bde3ecd9d117721a60d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c572a84b427cc271488ae68c8943c39831e6dac7117bde3ecd9d117721a60d56", kill_on_drop: false }`
[INFO] [stdout] c572a84b427cc271488ae68c8943c39831e6dac7117bde3ecd9d117721a60d56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0452a34e82dffb560ed3eb8efcfc7aaffc43579798b27a11dc7d6b3fec7c3771
[INFO] running `Command { std: "docker" "start" "-a" "0452a34e82dffb560ed3eb8efcfc7aaffc43579798b27a11dc7d6b3fec7c3771", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking vm-memory v0.7.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking vmm-sys-util v0.12.1
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking stderrlog v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking caps v0.5.5
[INFO] [stderr]     Checking my-test-app-bergwolf v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `async-io`
[INFO] [stdout]    --> src/lib.rs:108:7
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/lib.rs:111:11
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg(not(feature = "async-io"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/api/vfs/mod.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/api/vfs/mod.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(not(feature = "async-io"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/api/vfs/mod.rs:183:7
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/api/filesystem/mod.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/api/filesystem/mod.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/api/filesystem/mod.rs:411:7
[INFO] [stdout]     |
[INFO] [stdout] 411 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/api/filesystem/mod.rs:385:11
[INFO] [stdout]     |
[INFO] [stdout] 385 |     #[cfg(feature = "async-io")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/api/filesystem/mod.rs:403:19
[INFO] [stdout]     |
[INFO] [stdout] 403 |             #[cfg(feature = "async-io")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/api/server/mod.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/passthrough/mod.rs:40:7
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]     --> src/passthrough/mod.rs:1010:11
[INFO] [stdout]      |
[INFO] [stdout] 1010 | #[cfg(not(feature = "async-io"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]      = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/transport/mod.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "async-io")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/transport/mod.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(all(feature = "async-io", feature = "virtiofs"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/transport/fusedev/mod.rs:375:7
[INFO] [stdout]     |
[INFO] [stdout] 375 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/transport/fusedev/session.rs:357:7
[INFO] [stdout]     |
[INFO] [stdout] 357 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/transport/fusedev/session.rs:360:7
[INFO] [stdout]     |
[INFO] [stdout] 360 | #[cfg(feature = "async-io")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]   --> src/transport/mod.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[cfg(feature = "async-io")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]    = help: consider adding `async-io` 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: `async-io`
[INFO] [stdout]    --> src/transport/mod.rs:127:15
[INFO] [stdout]     |
[INFO] [stdout] 127 |     #[cfg(all(feature = "async-io", feature = "virtiofs"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `fusedev`, `vhost`, `vhost-user-fs`, `virtio-queue`, `virtiofs`, and `vmm-sys-util`
[INFO] [stdout]     = help: consider adding `async-io` 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] error[E0204]: the trait `std::marker::Copy` cannot be implemented for this type
[INFO] [stdout]    --> src/api/vfs/mod.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 | #[derive(Debug, Copy, Clone)]
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |     pub in_opts: FsOptions,
[INFO] [stdout]     |     ---------------------- this field does not implement `std::marker::Copy`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `linux_abi::FsOptions` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/api/vfs/mod.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 205 | #[derive(Debug, Copy, Clone)]
[INFO] [stdout]     |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 224 |     pub in_opts: FsOptions,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ `linux_abi::FsOptions` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Debug` is not implemented for `linux_abi::FsOptions`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `linux_abi::FsOptions` or manually `impl std::fmt::Debug for linux_abi::FsOptions`
[INFO] [stdout]     = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `linux_abi::FsOptions` with `#[derive(Debug)]`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/public.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout] 17  +         #[derive(Debug)]
[INFO] [stdout] 18  |         $vis struct $PublicBitFlags(<$PublicBitFlags as $crate::__private::PublicFlags>::Internal);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `linux_abi::FsOptions: Clone` is not satisfied
[INFO] [stdout]    --> src/api/vfs/mod.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 205 | #[derive(Debug, Copy, Clone)]
[INFO] [stdout]     |                       ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 224 |     pub in_opts: FsOptions,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `linux_abi::FsOptions`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `AssertParamIsClone`
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/clone.rs:198:1
[INFO] [stdout]     = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `linux_abi::FsOptions` with `#[derive(Clone)]`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/public.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout] 17  +         #[derive(Clone)]
[INFO] [stdout] 18  |         $vis struct $PublicBitFlags(<$PublicBitFlags as $crate::__private::PublicFlags>::Internal);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `linux_abi::FsOptions` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/api/vfs/mod.rs:364:87
[INFO] [stdout]     |
[INFO] [stdout] 364 |                 VfsError::Initialize(format!("Can't initialize with opts {:?}, {:?}", opts, e))
[INFO] [stdout]     |                                                                                       ^^^^ `linux_abi::FsOptions` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Debug` is not implemented for `linux_abi::FsOptions`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `linux_abi::FsOptions` or manually `impl std::fmt::Debug for linux_abi::FsOptions`
[INFO] [stdout]     = note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `linux_abi::FsOptions` with `#[derive(Debug)]`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/public.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout] 17  +         #[derive(Debug)]
[INFO] [stdout] 18  |         $vis struct $PublicBitFlags(<$PublicBitFlags as $crate::__private::PublicFlags>::Internal);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `linux_abi::FsOptions` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/api/server/sync_io.rs:635:35
[INFO] [stdout]     |
[INFO] [stdout] 635 |                     major, minor, capable, enabled
[INFO] [stdout]     |                                   ^^^^^^^ `linux_abi::FsOptions` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Debug` is not implemented for `linux_abi::FsOptions`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `linux_abi::FsOptions` or manually `impl std::fmt::Debug for linux_abi::FsOptions`
[INFO] [stdout]     = note: this error originates in the macro `$crate::__private_api::format_args` which comes from the expansion of the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `linux_abi::FsOptions` with `#[derive(Debug)]`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/public.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout] 17  +         #[derive(Debug)]
[INFO] [stdout] 18  |         $vis struct $PublicBitFlags(<$PublicBitFlags as $crate::__private::PublicFlags>::Internal);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `linux_abi::FsOptions` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/api/server/sync_io.rs:635:44
[INFO] [stdout]     |
[INFO] [stdout] 635 |                     major, minor, capable, enabled
[INFO] [stdout]     |                                            ^^^^^^^ `linux_abi::FsOptions` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Debug` is not implemented for `linux_abi::FsOptions`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `linux_abi::FsOptions` or manually `impl std::fmt::Debug for linux_abi::FsOptions`
[INFO] [stdout]     = note: this error originates in the macro `$crate::__private_api::format_args` which comes from the expansion of the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `linux_abi::FsOptions` with `#[derive(Debug)]`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/public.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout] 17  +         #[derive(Debug)]
[INFO] [stdout] 18  |         $vis struct $PublicBitFlags(<$PublicBitFlags as $crate::__private::PublicFlags>::Internal);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `opts`
[INFO] [stdout]    --> src/api/vfs/sync_io.rs:28:31
[INFO] [stdout]     |
[INFO] [stdout] 15  |     fn init(&self, opts: FsOptions) -> Result<FsOptions> {
[INFO] [stdout]     |                    ---- move occurs because `opts` has type `linux_abi::FsOptions`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 22  |             n_opts.no_open = !(opts & FsOptions::ZERO_MESSAGE_OPEN).is_empty();
[INFO] [stdout]     |                               ------------------------------------- `opts` moved due to usage in operator
[INFO] [stdout] ...
[INFO] [stdout] 28  |         n_opts.no_opendir = !(opts & FsOptions::ZERO_MESSAGE_OPENDIR).is_empty();
[INFO] [stdout]     |                               ^^^^ value used here after move
[INFO] [stdout]     |
[INFO] [stdout] note: if `linux_abi::FsOptions` implemented `Clone`, you could clone the value
[INFO] [stdout]    --> src/abi/linux_abi.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / bitflags! {
[INFO] [stdout] 200 | |     /// A bitfield passed in as a parameter to and returned from the `init` method of the
[INFO] [stdout] 201 | |     /// `FileSystem` trait.
[INFO] [stdout] 202 | |     pub struct FsOptions: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout] 438 | |     }
[INFO] [stdout] 439 | | }
[INFO] [stdout]     | |_^ consider implementing `Clone` for this type
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/vfs/sync_io.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout] 22  |               n_opts.no_open = !(opts & FsOptions::ZERO_MESSAGE_OPEN).is_empty();
[INFO] [stdout]     |                                  ---- you could clone this value
[INFO] [stdout] note: calling this operator moves the left-hand side
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/ops/bit.rs:161:15
[INFO] [stdout]     = note: this error originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `opts`
[INFO] [stdout]    --> src/api/vfs/sync_io.rs:35:26
[INFO] [stdout]     |
[INFO] [stdout] 15  |     fn init(&self, opts: FsOptions) -> Result<FsOptions> {
[INFO] [stdout]     |                    ---- move occurs because `opts` has type `linux_abi::FsOptions`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 28  |         n_opts.no_opendir = !(opts & FsOptions::ZERO_MESSAGE_OPENDIR).is_empty();
[INFO] [stdout]     |                              ---------------------------------------- `opts` moved due to usage in operator
[INFO] [stdout] ...
[INFO] [stdout] 35  |         n_opts.in_opts = opts;
[INFO] [stdout]     |                          ^^^^ value used here after move
[INFO] [stdout]     |
[INFO] [stdout] note: if `linux_abi::FsOptions` implemented `Clone`, you could clone the value
[INFO] [stdout]    --> src/abi/linux_abi.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / bitflags! {
[INFO] [stdout] 200 | |     /// A bitfield passed in as a parameter to and returned from the `init` method of the
[INFO] [stdout] 201 | |     /// `FileSystem` trait.
[INFO] [stdout] 202 | |     pub struct FsOptions: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout] 438 | |     }
[INFO] [stdout] 439 | | }
[INFO] [stdout]     | |_^ consider implementing `Clone` for this type
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/vfs/sync_io.rs:28:31
[INFO] [stdout]     |
[INFO] [stdout] 28  |           n_opts.no_opendir = !(opts & FsOptions::ZERO_MESSAGE_OPENDIR).is_empty();
[INFO] [stdout]     |                                 ---- you could clone this value
[INFO] [stdout]     = note: this error originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `opts`
[INFO] [stdout]    --> src/api/vfs/sync_io.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout] 15  |     fn init(&self, opts: FsOptions) -> Result<FsOptions> {
[INFO] [stdout]     |                    ---- move occurs because `opts` has type `linux_abi::FsOptions`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 35  |         n_opts.in_opts = opts;
[INFO] [stdout]     |                          ---- value moved here
[INFO] [stdout] 36  |
[INFO] [stdout] 37  |         n_opts.out_opts &= opts;
[INFO] [stdout]     |                            ^^^^ value used here after move
[INFO] [stdout]     |
[INFO] [stdout] note: if `linux_abi::FsOptions` implemented `Clone`, you could clone the value
[INFO] [stdout]    --> src/abi/linux_abi.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | / bitflags! {
[INFO] [stdout] 200 | |     /// A bitfield passed in as a parameter to and returned from the `init` method of the
[INFO] [stdout] 201 | |     /// `FileSystem` trait.
[INFO] [stdout] 202 | |     pub struct FsOptions: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout] 438 | |     }
[INFO] [stdout] 439 | | }
[INFO] [stdout]     | |_^ consider implementing `Clone` for this type
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/vfs/sync_io.rs:35:26
[INFO] [stdout]     |
[INFO] [stdout] 35  |           n_opts.in_opts = opts;
[INFO] [stdout]     |                            ---- you could clone this value
[INFO] [stdout]     = note: this error originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `n_opts.out_opts`
[INFO] [stdout]   --> src/api/vfs/sync_io.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 46 |                 fs.init(n_opts.out_opts)?;
[INFO] [stdout]    |                         --------------- value moved here, in previous iteration of loop
[INFO] [stdout] ...
[INFO] [stdout] 51 |         Ok(n_opts.out_opts)
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout]    = note: move occurs because `n_opts.out_opts` has type `linux_abi::FsOptions`, which does not implement the `Copy` trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0204, E0277, E0382.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0204`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `my-test-app-bergwolf` (lib) due to 10 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0452a34e82dffb560ed3eb8efcfc7aaffc43579798b27a11dc7d6b3fec7c3771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0452a34e82dffb560ed3eb8efcfc7aaffc43579798b27a11dc7d6b3fec7c3771", kill_on_drop: false }`
[INFO] [stdout] 0452a34e82dffb560ed3eb8efcfc7aaffc43579798b27a11dc7d6b3fec7c3771
