[INFO] crate rabble 0.4.1 is already in cache [INFO] checking rabble-0.4.1 against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] extracting crate rabble 0.4.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate rabble 0.4.1 on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rabble 0.4.1 [INFO] finished tweaking crates.io crate rabble 0.4.1 [INFO] tweaked toml for crates.io crate rabble 0.4.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] 5fed844e5ffea8326237b53a8fb96bdfb3f5cd715e76efcd8e4e4ed954d132bc [INFO] running `"docker" "start" "-a" "5fed844e5ffea8326237b53a8fb96bdfb3f5cd715e76efcd8e4e4ed954d132bc"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking slog v1.7.1 [INFO] [stderr] Checking crossbeam v0.2.12 [INFO] [stderr] Compiling protobuf v1.7.5 [INFO] [stderr] Checking assert_matches v1.3.0 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking ferris v0.1.1 [INFO] [stderr] Checking rmp v0.8.8 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking orset v0.2.0 [INFO] [stderr] Checking slog-extra v0.1.2 [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] Checking slog-stream v1.2.1 [INFO] [stderr] Checking slog-term v1.5.0 [INFO] [stderr] Checking slog-stdlog v1.1.0 [INFO] [stderr] Checking slog-envlogger v0.5.0 [INFO] [stderr] Checking amy v0.7.2 [INFO] [stderr] Checking rabble v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/node.rs:18:59 [INFO] [stderr] | [INFO] [stderr] 18 | return Err(ErrorKind::SendError($errmsg, $pid.cloned()).into()) [INFO] [stderr] | ^^^^^^ multiple `cloned` found [INFO] [stderr] ... [INFO] [stderr] 61 | / send!(self.cluster_tx, [INFO] [stderr] 62 | | ClusterMsg::Join(node_id.clone()), [INFO] [stderr] 63 | | None, [INFO] [stderr] 64 | | format!("ClusterMsg::Join({:?})", *node_id)) [INFO] [stderr] | |__________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: candidate #1 is defined in an impl for the type `std::option::Option<&_>` [INFO] [stderr] = note: candidate #2 is defined in an impl for the type `std::option::Option<&mut _>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/node.rs:18:59 [INFO] [stderr] | [INFO] [stderr] 18 | return Err(ErrorKind::SendError($errmsg, $pid.cloned()).into()) [INFO] [stderr] | ^^^^^^ multiple `cloned` found [INFO] [stderr] ... [INFO] [stderr] 68 | / send!(self.cluster_tx, [INFO] [stderr] 69 | | ClusterMsg::Leave(node_id.clone()), [INFO] [stderr] 70 | | None, [INFO] [stderr] 71 | | format!("ClusterMsg::Leave({:?})", *node_id)) [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: candidate #1 is defined in an impl for the type `std::option::Option<&_>` [INFO] [stderr] = note: candidate #2 is defined in an impl for the type `std::option::Option<&mut _>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/node.rs:18:59 [INFO] [stderr] | [INFO] [stderr] 18 | return Err(ErrorKind::SendError($errmsg, $pid.cloned()).into()) [INFO] [stderr] | ^^^^^^ multiple `cloned` found [INFO] [stderr] ... [INFO] [stderr] 61 | / send!(self.cluster_tx, [INFO] [stderr] 62 | | ClusterMsg::Join(node_id.clone()), [INFO] [stderr] 63 | | None, [INFO] [stderr] 64 | | format!("ClusterMsg::Join({:?})", *node_id)) [INFO] [stderr] | |__________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: candidate #1 is defined in an impl for the type `std::option::Option<&_>` [INFO] [stderr] = note: candidate #2 is defined in an impl for the type `std::option::Option<&mut _>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/node.rs:18:59 [INFO] [stderr] | [INFO] [stderr] 18 | return Err(ErrorKind::SendError($errmsg, $pid.cloned()).into()) [INFO] [stderr] | ^^^^^^ multiple `cloned` found [INFO] [stderr] ... [INFO] [stderr] 68 | / send!(self.cluster_tx, [INFO] [stderr] 69 | | ClusterMsg::Leave(node_id.clone()), [INFO] [stderr] 70 | | None, [INFO] [stderr] 71 | | format!("ClusterMsg::Leave({:?})", *node_id)) [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: candidate #1 is defined in an impl for the type `std::option::Option<&_>` [INFO] [stderr] = note: candidate #2 is defined in an impl for the type `std::option::Option<&mut _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: could not compile `rabble`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: could not compile `rabble`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5fed844e5ffea8326237b53a8fb96bdfb3f5cd715e76efcd8e4e4ed954d132bc"` [INFO] running `"docker" "rm" "-f" "5fed844e5ffea8326237b53a8fb96bdfb3f5cd715e76efcd8e4e4ed954d132bc"` [INFO] [stdout] 5fed844e5ffea8326237b53a8fb96bdfb3f5cd715e76efcd8e4e4ed954d132bc