[INFO] updating cached repository https://github.com/InfinityMod/watchexec_c [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f940aa602a748f9a96f90d323b299d974138172a [INFO] checking InfinityMod/watchexec_c against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinityMod%2Fwatchexec_c" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 75% (15/20) Checking out files: 80% (16/20) Checking out files: 85% (17/20) Checking out files: 90% (18/20) Checking out files: 95% (19/20) Checking out files: 100% (20/20) Checking out files: 100% (20/20), done. [INFO] validating manifest of git repo https://github.com/InfinityMod/watchexec_c on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/InfinityMod/watchexec_c [INFO] removed path dependency watchexec from git repo https://github.com/InfinityMod/watchexec_c [INFO] finished tweaking git repo https://github.com/InfinityMod/watchexec_c [INFO] tweaked toml for git repo https://github.com/InfinityMod/watchexec_c written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/InfinityMod/watchexec_c already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (watchexec) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (watchexec) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=allow" "-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" "+beta-2019-10-27" "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] fd9bf7d5270e3e24a5105de94fb82b612864daa8d1902fbaf7ad21b007cf9ba2 [INFO] running `"docker" "start" "-a" "fd9bf7d5270e3e24a5105de94fb82b612864daa8d1902fbaf7ad21b007cf9ba2"` [INFO] [stderr] warning: dependency (watchexec) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking notify v4.0.14 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.8.0 [INFO] [stderr] Compiling derive_builder v0.8.0 [INFO] [stderr] Checking watchexec v1.11.1 [INFO] [stderr] Checking watchexec_c v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `watchexec::cli::process_args`, `watchexec::cli::init_app` [INFO] [stderr] --> src/c_lib.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | process_args, [INFO] [stderr] | ^^^^^^^^^^^^ no `process_args` in `cli` [INFO] [stderr] 16 | init_app [INFO] [stderr] | ^^^^^^^^ no `init_app` in `cli` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `watchexec::cli::process_args`, `watchexec::cli::init_app` [INFO] [stderr] --> src/c_lib.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | process_args, [INFO] [stderr] | ^^^^^^^^^^^^ no `process_args` in `cli` [INFO] [stderr] 16 | init_app [INFO] [stderr] | ^^^^^^^^ no `init_app` in `cli` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `time` on type `watchexec::pathop::PathOp` [INFO] [stderr] --> src/process.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | let _time = p.time; [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `path`, `op`, `cookie` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/c_lib.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let _result = run(process_args(args), Some(move |paths| run_cb(cb.clone(), paths))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error[E0609]: no field `time` on type `watchexec::pathop::PathOp` [INFO] [stderr] --> src/process.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | let _time = p.time; [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `path`, `op`, `cookie` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/c_lib.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let _result = run(process_args(args), Some(move |paths| run_cb(cb.clone(), paths))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `watchexec_c`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `watchexec_c`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fd9bf7d5270e3e24a5105de94fb82b612864daa8d1902fbaf7ad21b007cf9ba2"` [INFO] running `"docker" "rm" "-f" "fd9bf7d5270e3e24a5105de94fb82b612864daa8d1902fbaf7ad21b007cf9ba2"` [INFO] [stdout] fd9bf7d5270e3e24a5105de94fb82b612864daa8d1902fbaf7ad21b007cf9ba2