[INFO] fetching crate rust-graph 0.0.3... [INFO] checking rust-graph-0.0.3 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate rust-graph 0.0.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rust-graph 0.0.3 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", 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/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec9efceb7ba9fcc69e50aecf8ca82564ddbd51b3cf81676cd37e8e6fec7e719a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec9efceb7ba9fcc69e50aecf8ca82564ddbd51b3cf81676cd37e8e6fec7e719a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec9efceb7ba9fcc69e50aecf8ca82564ddbd51b3cf81676cd37e8e6fec7e719a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec9efceb7ba9fcc69e50aecf8ca82564ddbd51b3cf81676cd37e8e6fec7e719a", kill_on_drop: false }` [INFO] [stdout] ec9efceb7ba9fcc69e50aecf8ca82564ddbd51b3cf81676cd37e8e6fec7e719a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad504cda4887a0fde9e143d69f6873afa4a7bad9a58980c2a3c7e77ab5ea2687 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ad504cda4887a0fde9e143d69f6873afa4a7bad9a58980c2a3c7e77ab5ea2687", kill_on_drop: false }` [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:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | try!(write!(f, "{:?}", i)); [INFO] [stdout] | ^^^ [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: unused macro definition [INFO] [stdout] --> src/graph.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | / macro_rules! add_node ( [INFO] [stdout] 273 | | ($m:ident, $adj:ident, $g:ident, $n:expr, $p:expr) => ({ [INFO] [stdout] 274 | | if !$m.contains_key(&$n) { [INFO] [stdout] 275 | | $adj.insert($n, Vec::new()); [INFO] [stdout] ... | [INFO] [stdout] 286 | | }) [INFO] [stdout] 287 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/graph.rs:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | / macro_rules! add_edge ( [INFO] [stdout] 290 | | ($em:ident, $nm: ident, $adj:ident, $g:ident, $f:expr, $t:expr, [INFO] [stdout] 291 | | $p:expr) => ({ [INFO] [stdout] 292 | | if !$nm.contains_key(&$f) { [INFO] [stdout] ... | [INFO] [stdout] 316 | | }) [INFO] [stdout] 317 | | ); [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:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | try!(write!(f, "{:?}", i)); [INFO] [stdout] | ^^^ [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] error[E0599]: no method named `push_all` found for mutable reference `&mut Vec` 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] | ^^^^^^^^ method not found in `&mut Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for mutable reference `&mut Vec` 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] | ^^^^^^^^ method not found in `&mut Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-graph` [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] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ad504cda4887a0fde9e143d69f6873afa4a7bad9a58980c2a3c7e77ab5ea2687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad504cda4887a0fde9e143d69f6873afa4a7bad9a58980c2a3c7e77ab5ea2687", kill_on_drop: false }` [INFO] [stdout] ad504cda4887a0fde9e143d69f6873afa4a7bad9a58980c2a3c7e77ab5ea2687