[INFO] crate notify-forked 4.0.12 is already in cache [INFO] checking notify-forked-4.0.12 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate notify-forked 4.0.12 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate notify-forked 4.0.12 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate notify-forked 4.0.12 [INFO] finished tweaking crates.io crate notify-forked 4.0.12 [INFO] tweaked toml for crates.io crate notify-forked 4.0.12 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate notify-forked 4.0.12 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 59c1ef8e6a58c35e5f72d1503704965049a35a2c1ae3fe11bad100860c127fab [INFO] running `"docker" "start" "-a" "59c1ef8e6a58c35e5f72d1503704965049a35a2c1ae3fe11bad100860c127fab"` [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking notify-forked v4.0.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:329:24 [INFO] [stderr] | [INFO] [stderr] 329 | let metadata = try!(metadata(&path).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:340:13 [INFO] [stderr] | [INFO] [stderr] 340 | try!(self.add_single_watch(entry.path().to_path_buf(), is_recursive, watch_self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:392:21 [INFO] [stderr] | [INFO] [stderr] 392 | try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:399:33 [INFO] [stderr] | [INFO] [stderr] 399 | ... try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:464:21 [INFO] [stderr] | [INFO] [stderr] 464 | let p = try!(env::current_dir().map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:479:21 [INFO] [stderr] | [INFO] [stderr] 479 | let p = try!(env::current_dir().map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:513:32 [INFO] [stderr] | [INFO] [stderr] 513 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:329:24 [INFO] [stderr] | [INFO] [stderr] 329 | let metadata = try!(metadata(&path).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:340:13 [INFO] [stderr] | [INFO] [stderr] 340 | try!(self.add_single_watch(entry.path().to_path_buf(), is_recursive, watch_self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:392:21 [INFO] [stderr] | [INFO] [stderr] 392 | try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:399:33 [INFO] [stderr] | [INFO] [stderr] 399 | ... try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | try!(inotify.rm_watch(w.clone()).map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:464:21 [INFO] [stderr] | [INFO] [stderr] 464 | let p = try!(env::current_dir().map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/inotify.rs:479:21 [INFO] [stderr] | [INFO] [stderr] 479 | let p = try!(env::current_dir().map_err(Error::Io)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:513:32 [INFO] [stderr] | [INFO] [stderr] 513 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/windows.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/debounce.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/event_path.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> examples/monitor_debounced.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> examples/monitor_raw.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/notify.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/watcher.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `notify` [INFO] [stderr] --> tests/fsevents.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate notify; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `notify-forked`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59c1ef8e6a58c35e5f72d1503704965049a35a2c1ae3fe11bad100860c127fab"` [INFO] running `"docker" "rm" "-f" "59c1ef8e6a58c35e5f72d1503704965049a35a2c1ae3fe11bad100860c127fab"` [INFO] [stdout] 59c1ef8e6a58c35e5f72d1503704965049a35a2c1ae3fe11bad100860c127fab