[INFO] updating cached repository https://github.com/rroelke/comparatorheap.rs
[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] c1b6550bf0d153227c7ad02d1e7efb374ade3af9
[INFO] checking rroelke/comparatorheap.rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frroelke%2Fcomparatorheap.rs" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rroelke/comparatorheap.rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/rroelke/comparatorheap.rs
[INFO] finished tweaking git repo https://github.com/rroelke/comparatorheap.rs
[INFO] tweaked toml for git repo https://github.com/rroelke/comparatorheap.rs written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/rroelke/comparatorheap.rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: path `/workspace/builds/worker-5/source/src/comparatorheap.rs` was erroneously implicitly accepted for library `comparatorheap`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] b35cbb62a98d46eab453bcf6eb61dc2538ce4cfdca0dfaea0238b995f479bbe4
[INFO] running `"docker" "start" "-a" "b35cbb62a98d46eab453bcf6eb61dc2538ce4cfdca0dfaea0238b995f479bbe4"`
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/comparatorheap.rs` was erroneously implicitly accepted for library `comparatorheap`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] [stderr]     Checking comparatorheap v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:31:3
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[deriving(Clone)]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]  --> src/comparatorheap.rs:4:3
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[deriving(Clone)]
[INFO] [stderr]   |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:45:68
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn with_capacity(cmp : fn (&T, &T) -> Ordering, capacity : uint) -> ComparatorHeap<T> {
[INFO] [stderr]    |                                                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:52:31
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn capacity(&self) -> uint {
[INFO] [stderr]    |                               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:56:41
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn reserve_exact(&mut self, n : uint) {
[INFO] [stderr]    |                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:60:35
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn reserve(&mut self, n : uint) {
[INFO] [stderr]    |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/comparatorheap.rs:106:26
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn len(&self) -> uint {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: variant `Equal` is private
[INFO] [stderr]   --> src/comparatorheap.rs:1:16
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::{Equal, Ordering};
[INFO] [stderr]    |                ^^^^^ private variant
[INFO] [stderr]    |
[INFO] [stderr] note: the variant `Equal` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `top` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:65:25
[INFO] [stderr]    |
[INFO] [stderr] 65 |         match self.heap.top() {
[INFO] [stderr]    |                         ^^^ help: there is an associated function with a similar name: `pop`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_pop` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:88:19
[INFO] [stderr]    |
[INFO] [stderr] 88 |         self.heap.push_pop(ComparatorHeapItem {
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::collections::BinaryHeap<ComparatorHeapItem<T>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `replace` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:97:25
[INFO] [stderr]    |
[INFO] [stderr] 97 |         match self.heap.replace(ComparatorHeapItem {
[INFO] [stderr]    |                         ^^^^^^^ method not found in `std::collections::BinaryHeap<ComparatorHeapItem<T>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_vec` found for struct `std::collections::BinaryHeap<_>` in the current scope
[INFO] [stderr]    --> src/comparatorheap.rs:130:32
[INFO] [stderr]     |
[INFO] [stderr] 130 |             heap : BinaryHeap::from_vec(vs)
[INFO] [stderr]     |                                ^^^^^^^^ function or associated item not found in `std::collections::BinaryHeap<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 12 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `comparatorheap`.
[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: cannot find attribute `deriving` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:31:3
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[deriving(Clone)]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]  --> src/comparatorheap.rs:4:3
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[deriving(Clone)]
[INFO] [stderr]   |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:45:68
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn with_capacity(cmp : fn (&T, &T) -> Ordering, capacity : uint) -> ComparatorHeap<T> {
[INFO] [stderr]    |                                                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:52:31
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn capacity(&self) -> uint {
[INFO] [stderr]    |                               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:56:41
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn reserve_exact(&mut self, n : uint) {
[INFO] [stderr]    |                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/comparatorheap.rs:60:35
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn reserve(&mut self, n : uint) {
[INFO] [stderr]    |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/comparatorheap.rs:106:26
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn len(&self) -> uint {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: variant `Equal` is private
[INFO] [stderr]   --> src/comparatorheap.rs:1:16
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::{Equal, Ordering};
[INFO] [stderr]    |                ^^^^^ private variant
[INFO] [stderr]    |
[INFO] [stderr] note: the variant `Equal` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `top` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:65:25
[INFO] [stderr]    |
[INFO] [stderr] 65 |         match self.heap.top() {
[INFO] [stderr]    |                         ^^^ help: there is an associated function with a similar name: `pop`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_pop` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:88:19
[INFO] [stderr]    |
[INFO] [stderr] 88 |         self.heap.push_pop(ComparatorHeapItem {
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::collections::BinaryHeap<ComparatorHeapItem<T>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `replace` found for struct `std::collections::BinaryHeap<ComparatorHeapItem<T>>` in the current scope
[INFO] [stderr]   --> src/comparatorheap.rs:97:25
[INFO] [stderr]    |
[INFO] [stderr] 97 |         match self.heap.replace(ComparatorHeapItem {
[INFO] [stderr]    |                         ^^^^^^^ method not found in `std::collections::BinaryHeap<ComparatorHeapItem<T>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_vec` found for struct `std::collections::BinaryHeap<_>` in the current scope
[INFO] [stderr]    --> src/comparatorheap.rs:130:32
[INFO] [stderr]     |
[INFO] [stderr] 130 |             heap : BinaryHeap::from_vec(vs)
[INFO] [stderr]     |                                ^^^^^^^^ function or associated item not found in `std::collections::BinaryHeap<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 12 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `comparatorheap`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b35cbb62a98d46eab453bcf6eb61dc2538ce4cfdca0dfaea0238b995f479bbe4"`
[INFO] running `"docker" "rm" "-f" "b35cbb62a98d46eab453bcf6eb61dc2538ce4cfdca0dfaea0238b995f479bbe4"`
[INFO] [stdout] b35cbb62a98d46eab453bcf6eb61dc2538ce4cfdca0dfaea0238b995f479bbe4
