[INFO] fetching crate rust-graph 0.0.3...
[INFO] checking rust-graph-0.0.3 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate rust-graph 0.0.3 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate rust-graph 0.0.3 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate rust-graph 0.0.3
[INFO] finished tweaking crates.io crate rust-graph 0.0.3
[INFO] tweaked toml for crates.io crate rust-graph 0.0.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95e1f088164f992d8e638323d5994836907e2d6049a361f8945bc2679c969d52
[INFO] running `Command { std: "docker" "start" "-a" "95e1f088164f992d8e638323d5994836907e2d6049a361f8945bc2679c969d52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95e1f088164f992d8e638323d5994836907e2d6049a361f8945bc2679c969d52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95e1f088164f992d8e638323d5994836907e2d6049a361f8945bc2679c969d52", kill_on_drop: false }`
[INFO] [stdout] 95e1f088164f992d8e638323d5994836907e2d6049a361f8945bc2679c969d52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1e2b583cedd5f4ead751f4b00477a55c5a1c23285fd9cef4e9c8bd132a30db0
[INFO] running `Command { std: "docker" "start" "-a" "b1e2b583cedd5f4ead751f4b00477a55c5a1c23285fd9cef4e9c8bd132a30db0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking rust-graph v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             try!(write!(f, "{:?}: ", k));
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |             try!(write!(f, "\n"))
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write!(f, "{:?}", i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/algorithms.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn set_weight(&mut self, isize);
[INFO] [stdout]    |                              ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: isize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `add_node`
[INFO] [stdout]    --> src/graph.rs:272:14
[INFO] [stdout]     |
[INFO] [stdout] 272 | macro_rules! add_node (
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `add_edge`
[INFO] [stdout]    --> src/graph.rs:289:14
[INFO] [stdout]     |
[INFO] [stdout] 289 | macro_rules! add_edge (
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             try!(write!(f, "{:?}: ", k));
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |             try!(write!(f, "\n"))
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/disjoint_set.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write!(f, "{:?}", i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/algorithms.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn set_weight(&mut self, isize);
[INFO] [stdout]    |                              ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: isize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `collections`
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(collections)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `collections`
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(collections)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for mutable reference `&mut Vec<T>` in the current scope
[INFO] [stdout]   --> src/disjoint_set.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         x_set.push_all(&*y_set);
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 |         x_set.push(&*y_set);
[INFO] [stdout]    |               ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for mutable reference `&mut Vec<T>` in the current scope
[INFO] [stdout]   --> src/disjoint_set.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         x_set.push_all(&*y_set);
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 |         x_set.push(&*y_set);
[INFO] [stdout]    |               ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/graph.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 let mut prop: Option<E>;
[INFO] [stdout]    |                     ----^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-graph` (lib) due to 2 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/graph.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 let mut prop: Option<E>;
[INFO] [stdout]    |                     ----^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-graph` (lib test) due to 2 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b1e2b583cedd5f4ead751f4b00477a55c5a1c23285fd9cef4e9c8bd132a30db0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1e2b583cedd5f4ead751f4b00477a55c5a1c23285fd9cef4e9c8bd132a30db0", kill_on_drop: false }`
[INFO] [stdout] b1e2b583cedd5f4ead751f4b00477a55c5a1c23285fd9cef4e9c8bd132a30db0
