[INFO] cloning repository https://github.com/newtoallofthis123/refresh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/newtoallofthis123/refresh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnewtoallofthis123%2Frefresh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnewtoallofthis123%2Frefresh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 48df61ea3baaf8a820f17d9eef7f0c50c7d148e4
[INFO] testing newtoallofthis123/refresh against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnewtoallofthis123%2Frefresh" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/newtoallofthis123/refresh
[INFO] finished tweaking git repo https://github.com/newtoallofthis123/refresh
[INFO] tweaked toml for git repo https://github.com/newtoallofthis123/refresh written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/newtoallofthis123/refresh on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/newtoallofthis123/refresh 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded kqueue v1.0.8
[INFO] [stderr]   Downloaded clap v4.4.2
[INFO] [stderr]   Downloaded filetime v0.2.22
[INFO] [stderr]   Downloaded bunt-macros v0.2.8
[INFO] [stderr]   Downloaded socket2 v0.5.3
[INFO] [stderr]   Downloaded anstyle-wincon v2.1.0
[INFO] [stderr]   Downloaded anstyle v1.0.2
[INFO] [stderr]   Downloaded bunt v0.2.8
[INFO] [stderr]   Downloaded anstream v0.5.0
[INFO] [stderr]   Downloaded anstyle-parse v0.2.1
[INFO] [stderr]   Downloaded litrs v0.2.3
[INFO] [stderr]   Downloaded clap_builder v4.4.2
[INFO] [stderr]   Downloaded syn v2.0.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de
[INFO] running `Command { std: "docker" "start" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.2
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling litrs v0.2.3
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling syn v2.0.30
[INFO] [stderr]    Compiling anstream v0.5.0
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling clap_builder v4.4.2
[INFO] [stderr]    Compiling bunt-macros v0.2.8
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling bunt v0.2.8
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling clap v4.4.2
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling refresh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `ReadDirectoryChangesWatcher` in crate `notify`
[INFO] [stdout]    --> src/files.rs:12:36
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub fn get_file_watcher()->notify::ReadDirectoryChangesWatcher{
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `notify`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/notify-6.1.1/src/lib.rs:228:18
[INFO] [stdout]     |
[INFO] [stdout] 227 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 228 | pub use windows::ReadDirectoryChangesWatcher;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadDirectoryChangesWatcher` in crate `notify`
[INFO] [stdout]    --> src/files.rs:13:26
[INFO] [stdout]     |
[INFO] [stdout]  13 |     let watcher: notify::ReadDirectoryChangesWatcher = RecommendedWatcher::new(move |result: Result<Event, Error>|{
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `notify`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/notify-6.1.1/src/lib.rs:228:18
[INFO] [stdout]     |
[INFO] [stdout] 227 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 228 | pub use windows::ReadDirectoryChangesWatcher;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `refresh` (bin "refresh") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de", kill_on_drop: false }`
[INFO] [stdout] b3a2aaf79e05be4130d88f4aa447f61c5348a0f72dcfb52873e337e7d79792de
