[INFO] fetching crate yaque 0.6.2... [INFO] testing yaque-0.6.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate yaque 0.6.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate yaque 0.6.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yaque 0.6.2 [INFO] finished tweaking crates.io crate yaque 0.6.2 [INFO] tweaked toml for crates.io crate yaque 0.6.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80107cc0c05bc5c693e46e351b8050c390380dd746e6f096bb85027ded1b826c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "80107cc0c05bc5c693e46e351b8050c390380dd746e6f096bb85027ded1b826c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80107cc0c05bc5c693e46e351b8050c390380dd746e6f096bb85027ded1b826c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80107cc0c05bc5c693e46e351b8050c390380dd746e6f096bb85027ded1b826c", kill_on_drop: false }` [INFO] [stdout] 80107cc0c05bc5c693e46e351b8050c390380dd746e6f096bb85027ded1b826c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61fbb4897da9cd1ddf3d7e5f36af47f3d9509d2f61041f096e4075ae39a303a0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "61fbb4897da9cd1ddf3d7e5f36af47f3d9509d2f61041f096e4075ae39a303a0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sysinfo v0.17.5 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling inotify v0.9.3 [INFO] [stderr] Compiling notify v5.0.0-pre.13 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling yaque v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `immediate_watcher` in crate `notify` [INFO] [stdout] --> src/watcher.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | notify::immediate_watcher(move |maybe_event: notify::Result| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `notify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `immediate_watcher` in crate `notify` [INFO] [stdout] --> src/watcher.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | notify::immediate_watcher(move |maybe_event: notify::Result| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `notify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `immediate_watcher` in crate `notify` [INFO] [stdout] --> src/watcher.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | notify::immediate_watcher(move |maybe_event: notify::Result| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `notify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Watcher` [INFO] [stdout] --> src/watcher.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | use notify::{RecommendedWatcher, Watcher}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yaque` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "61fbb4897da9cd1ddf3d7e5f36af47f3d9509d2f61041f096e4075ae39a303a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61fbb4897da9cd1ddf3d7e5f36af47f3d9509d2f61041f096e4075ae39a303a0", kill_on_drop: false }` [INFO] [stdout] 61fbb4897da9cd1ddf3d7e5f36af47f3d9509d2f61041f096e4075ae39a303a0