[INFO] updating cached repository https://github.com/xiejianzheng/bitmatch
[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] b838b59f4565a9bd4d53397a1906314baf7b31ba
[INFO] checking xiejianzheng/bitmatch against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxiejianzheng%2Fbitmatch" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/xiejianzheng/bitmatch 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/xiejianzheng/bitmatch
[INFO] finished tweaking git repo https://github.com/xiejianzheng/bitmatch
[INFO] tweaked toml for git repo https://github.com/xiejianzheng/bitmatch written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/xiejianzheng/bitmatch already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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=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] f75eb22a6787fca17700e7045a8a84361afc57bdb98220f2ba0fab5323416554
[INFO] running `"docker" "start" "-a" "f75eb22a6787fca17700e7045a8a84361afc57bdb98220f2ba0fab5323416554"`
[INFO] [stderr]     Checking bitmatch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: mismatched closing delimiter: `}`
[INFO] [stderr]   --> src/order.rs:87:25
[INFO] [stderr]    |
[INFO] [stderr] 85 |                         Ask => {
[INFO] [stderr]    |                                - closing delimiter possibly meant for this
[INFO] [stderr] 86 |                                 m = self.try_match(order, self.bid_orders
[INFO] [stderr]    |                                                   - unclosed delimiter
[INFO] [stderr] 87 |                         }
[INFO] [stderr]    |                         ^ mismatched closing delimiter
[INFO] [stderr] 
[INFO] [stderr] error: mismatched closing delimiter: `}`
[INFO] [stderr]   --> src/order.rs:91:25
[INFO] [stderr]    |
[INFO] [stderr] 89 |                         Bid => {
[INFO] [stderr]    |                                - closing delimiter possibly meant for this
[INFO] [stderr] 90 |                                 m = self.try_match(order, self.ask_orders.,
[INFO] [stderr]    |                                                   - unclosed delimiter
[INFO] [stderr] 91 |                         }
[INFO] [stderr]    |                         ^ mismatched closing delimiter
[INFO] [stderr] 
[INFO] [stderr] error: unexpected token: `,`
[INFO] [stderr]   --> src/order.rs:90:75
[INFO] [stderr]    |
[INFO] [stderr] 90 | ...                   m = self.try_match(order, self.ask_orders.,
[INFO] [stderr]    |                                                                 ^
[INFO] [stderr] 
[INFO] [stderr] error: unexpected token: `}`
[INFO] [stderr]    --> src/order.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         }
[INFO] [stderr]     |         ^
[INFO] [stderr] 
[INFO] [stderr] error: mismatched closing delimiter: `}`
[INFO] [stderr]   --> src/order.rs:87:25
[INFO] [stderr]    |
[INFO] [stderr] 85 |                         Ask => {
[INFO] [stderr]    |                                - closing delimiter possibly meant for this
[INFO] [stderr] 86 |                                 m = self.try_match(order, self.bid_orders
[INFO] [stderr]    |                                                   - unclosed delimiter
[INFO] [stderr] 87 |                         }
[INFO] [stderr]    |                         ^ mismatched closing delimiter
[INFO] [stderr] 
[INFO] [stderr] error: mismatched closing delimiter: `}`
[INFO] [stderr]   --> src/order.rs:91:25
[INFO] [stderr]    |
[INFO] [stderr] 89 |                         Bid => {
[INFO] [stderr]    |                                - closing delimiter possibly meant for this
[INFO] [stderr] 90 |                                 m = self.try_match(order, self.ask_orders.,
[INFO] [stderr]    |                                                   - unclosed delimiter
[INFO] [stderr] 91 |                         }
[INFO] [stderr]    |                         ^ mismatched closing delimiter
[INFO] [stderr] 
[INFO] [stderr] error: unexpected token: `,`
[INFO] [stderr]   --> src/order.rs:90:75
[INFO] [stderr]    |
[INFO] [stderr] 90 | ...                   m = self.try_match(order, self.ask_orders.,
[INFO] [stderr]    |                                                                 ^
[INFO] [stderr] 
[INFO] [stderr] error: unexpected token: `}`
[INFO] [stderr]    --> src/order.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         }
[INFO] [stderr]     |         ^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/order.rs:44:40
[INFO] [stderr]    |
[INFO] [stderr] 44 |         fn cmp(&self, other: &Self) -> Ordering {
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/order.rs:50:55
[INFO] [stderr]    |
[INFO] [stderr] 50 |         fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
[INFO] [stderr]    |                                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl<Ordering> PartialOrd for PriceTime {
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BinaryHeap` in this scope
[INFO] [stderr]   --> src/order.rs:76:19
[INFO] [stderr]    |
[INFO] [stderr] 76 |         bid_heap: BinaryHeap<PriceTime>,
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::binary_heap::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BinaryHeap` in this scope
[INFO] [stderr]   --> src/order.rs:77:19
[INFO] [stderr]    |
[INFO] [stderr] 77 |         ask_heap: BinaryHeap<PriceTime>,
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::binary_heap::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `order::OrderBook`
[INFO] [stderr]  --> src/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use order::OrderBook;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:43:6
[INFO] [stderr]    |
[INFO] [stderr] 43 | impl Ord for PriceTime {
[INFO] [stderr]    |      ^^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:49:6
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl PartialOrd for PriceTime {
[INFO] [stderr]    |      ^^^^^^^^^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:55:6
[INFO] [stderr]    |
[INFO] [stderr] 55 | impl Eq for PriceTime {
[INFO] [stderr]    |      ^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `bitmatch`.
[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[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/order.rs:44:40
[INFO] [stderr]    |
[INFO] [stderr] 44 |         fn cmp(&self, other: &Self) -> Ordering {
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/order.rs:50:55
[INFO] [stderr]    |
[INFO] [stderr] 50 |         fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
[INFO] [stderr]    |                                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl<Ordering> PartialOrd for PriceTime {
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BinaryHeap` in this scope
[INFO] [stderr]   --> src/order.rs:76:19
[INFO] [stderr]    |
[INFO] [stderr] 76 |         bid_heap: BinaryHeap<PriceTime>,
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::binary_heap::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BinaryHeap` in this scope
[INFO] [stderr]   --> src/order.rs:77:19
[INFO] [stderr]    |
[INFO] [stderr] 77 |         ask_heap: BinaryHeap<PriceTime>,
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::collections::binary_heap::BinaryHeap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `order::OrderBook`
[INFO] [stderr]  --> src/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use order::OrderBook;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:43:6
[INFO] [stderr]    |
[INFO] [stderr] 43 | impl Ord for PriceTime {
[INFO] [stderr]    |      ^^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:49:6
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl PartialOrd for PriceTime {
[INFO] [stderr]    |      ^^^^^^^^^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `order::PriceTime` with `order::PriceTime`
[INFO] [stderr]   --> src/order.rs:55:6
[INFO] [stderr]    |
[INFO] [stderr] 55 | impl Eq for PriceTime {
[INFO] [stderr]    |      ^^ no implementation for `order::PriceTime == order::PriceTime`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::cmp::PartialEq` is not implemented for `order::PriceTime`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `bitmatch`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f75eb22a6787fca17700e7045a8a84361afc57bdb98220f2ba0fab5323416554"`
[INFO] running `"docker" "rm" "-f" "f75eb22a6787fca17700e7045a8a84361afc57bdb98220f2ba0fab5323416554"`
[INFO] [stdout] f75eb22a6787fca17700e7045a8a84361afc57bdb98220f2ba0fab5323416554
