[INFO] fetching crate easy_fuser 0.4.2...
[INFO] testing easy_fuser-0.4.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate easy_fuser 0.4.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate easy_fuser 0.4.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate easy_fuser 0.4.2
[INFO] tweaked toml for crates.io crate easy_fuser 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate easy_fuser 0.4.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 easy_fuser 0.4.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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce28d6b9bbd8caba18263e21f4965a3b7dddd94fd18ce620fb8a734a193b6323
[INFO] running `Command { std: "docker" "start" "-a" "ce28d6b9bbd8caba18263e21f4965a3b7dddd94fd18ce620fb8a734a193b6323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce28d6b9bbd8caba18263e21f4965a3b7dddd94fd18ce620fb8a734a193b6323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce28d6b9bbd8caba18263e21f4965a3b7dddd94fd18ce620fb8a734a193b6323", kill_on_drop: false }`
[INFO] [stdout] ce28d6b9bbd8caba18263e21f4965a3b7dddd94fd18ce620fb8a734a193b6323
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d11b88189d360b3488b62af14198eae955a6496ecbdfcfe3e415c37e3d741441
[INFO] running `Command { std: "docker" "start" "-a" "d11b88189d360b3488b62af14198eae955a6496ecbdfcfe3e415c37e3d741441", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling fuser v0.16.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.25
[INFO] [stderr]    Compiling easy_fuser v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: At least one of the features 'serial', 'parallel', or 'async' must be enabled
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | compile_error!("At least one of the features 'serial', 'parallel', or 'async' must be enabled");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::fuse_driver_types::execute_task`, `super::fuse_driver_types::FuseDriver`
[INFO] [stdout]   --> src/core/fuse_driver.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fuse_driver_types::{execute_task, FuseDriver},
[INFO] [stdout]    |                         ^^^^^^^^^^^^  ^^^^^^^^^^ no `FuseDriver` in `core::fuse_driver_types`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         no `execute_task` in `core::fuse_driver_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fuse_driver_types::FuseDriver`
[INFO] [stdout]  --> src/core.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) use fuse_driver_types::FuseDriver;
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FuseDriver` in `core::fuse_driver_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error` and `info`
[INFO] [stdout]  --> src/core/fuse_driver.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use log::{error, info, warn};
[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: `thread_mode::*`
[INFO] [stdout]   --> src/core/fuse_driver.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     thread_mode::*,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `if_readdir`
[INFO] [stdout]   --> src/core/macros.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |         macro_rules! if_readdir {
[INFO] [stdout]    |                      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `handle_fuse_reply_entry`
[INFO] [stdout]  --> src/core/macros.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | macro_rules! handle_fuse_reply_entry {
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `handle_fuse_reply_attr`
[INFO] [stdout]   --> src/core/macros.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 | macro_rules! handle_fuse_reply_attr {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `handle_fuse_reply_attr`
[INFO] [stdout]    --> src/core/macros.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub(super) use handle_fuse_reply_attr;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `handle_fuse_reply_entry`
[INFO] [stdout]    --> src/core/macros.rs:209:16
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub(super) use handle_fuse_reply_entry;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/core/fuse_driver.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 Err(e.raw_error())
[INFO] [stdout]    |                     ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_fuser` (lib) due to 4 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d11b88189d360b3488b62af14198eae955a6496ecbdfcfe3e415c37e3d741441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d11b88189d360b3488b62af14198eae955a6496ecbdfcfe3e415c37e3d741441", kill_on_drop: false }`
[INFO] [stdout] d11b88189d360b3488b62af14198eae955a6496ecbdfcfe3e415c37e3d741441
