[INFO] crate git_auto_sync 0.1.3 is already in cache [INFO] testing git_auto_sync-0.1.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate git_auto_sync 0.1.3 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate git_auto_sync 0.1.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate git_auto_sync 0.1.3 [INFO] finished tweaking crates.io crate git_auto_sync 0.1.3 [INFO] tweaked toml for crates.io crate git_auto_sync 0.1.3 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded watchexec v1.13.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0b374bdc1198d70c00f7648a5debfd4425128e8fe6a8b61662f6ebd28c74b924 [INFO] running `"docker" "start" "-a" "0b374bdc1198d70c00f7648a5debfd4425128e8fe6a8b61662f6ebd28c74b924"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling globset v0.4.5 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling watchexec v1.13.0 [INFO] [stderr] Compiling git_auto_sync v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0407]: method `new` is not a member of trait `Handler` [INFO] [stderr] --> src/lib.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / fn new(args: Args) -> Result { [INFO] [stderr] 17 | | Ok(WatchHandler { [INFO] [stderr] 18 | | inner: ExecHandler::new(args.clone())?, [INFO] [stderr] 19 | | }) [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ not a member of trait `Handler` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `on_update` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | fn on_update(&mut self, ops: &[PathOp]) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&WatchHandler, &[watchexec::pathop::PathOp]) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(&mut WatchHandler, &[watchexec::pathop::PathOp]) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `on_manual` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | fn on_manual(&mut self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&WatchHandler) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(&mut WatchHandler) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `args` [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | impl Handler for WatchHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `args` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn args(&self) -> watchexec::cli::Args { todo!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0053, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `git_auto_sync`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0b374bdc1198d70c00f7648a5debfd4425128e8fe6a8b61662f6ebd28c74b924"` [INFO] running `"docker" "rm" "-f" "0b374bdc1198d70c00f7648a5debfd4425128e8fe6a8b61662f6ebd28c74b924"` [INFO] [stdout] 0b374bdc1198d70c00f7648a5debfd4425128e8fe6a8b61662f6ebd28c74b924