[INFO] fetching crate algori 0.11.4...
[INFO] testing algori-0.11.4 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate algori 0.11.4 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate algori 0.11.4 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate algori 0.11.4
[INFO] finished tweaking crates.io crate algori 0.11.4
[INFO] tweaked toml for crates.io crate algori 0.11.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd9b8621edf525e8479e686b6b20684cab267c849b519bcca9774797f2a4f72a
[INFO] running `Command { std: "docker" "start" "-a" "bd9b8621edf525e8479e686b6b20684cab267c849b519bcca9774797f2a4f72a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd9b8621edf525e8479e686b6b20684cab267c849b519bcca9774797f2a4f72a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd9b8621edf525e8479e686b6b20684cab267c849b519bcca9774797f2a4f72a", kill_on_drop: false }`
[INFO] [stdout] bd9b8621edf525e8479e686b6b20684cab267c849b519bcca9774797f2a4f72a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77405a2f929c5fabac409a126e31eb0718e5224a0214529c806b4338eedd3ff5
[INFO] running `Command { std: "docker" "start" "-a" "77405a2f929c5fabac409a126e31eb0718e5224a0214529c806b4338eedd3ff5", kill_on_drop: false }`
[INFO] [stderr]    Compiling algori v0.11.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Sub`
[INFO] [stdout]  --> src/math/DFT.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{Add, Sub, Mul};
[INFO] [stdout]   |                ^^^  ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::structure::Complex`
[INFO] [stdout]  --> src/math/laplace.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::structure::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/logicgate/logicgate.rs:274:5
[INFO] [stdout]     |
[INFO] [stdout] 274 | use std::time::Duration;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sort/binary.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Err(mut a) => {
[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] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/structure/linkedlist.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |             Some(next_ptr) => unsafe {node = next_ptr},
[INFO] [stdout]     |                               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/logicgate/logicgate.rs:848:6
[INFO] [stdout]     |
[INFO] [stdout] 848 |         (Some(false),Some(false),Some(true),..) => return EightBitAdder{input1: &None,input2 :self.input1,input3:self.input2}.get_resul...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `substring` is never used
[INFO] [stdout]  --> src/subarray/substring.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub async fn substring(s: &str) -> usize {
[INFO] [stdout]   |              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_result` is never used
[INFO] [stdout]    --> src/logicgate/logicgate.rs:388:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<'a>  EightSwitch<'a> {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 388 |     fn get_result(&self) -> Option<i8> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/sort/pattern.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         crate::sort::insertion_sort(arr);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:39:6
[INFO] [stdout]    |
[INFO] [stdout] 39 |         crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 |         crate::sort::build_min(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "77405a2f929c5fabac409a126e31eb0718e5224a0214529c806b4338eedd3ff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77405a2f929c5fabac409a126e31eb0718e5224a0214529c806b4338eedd3ff5", kill_on_drop: false }`
[INFO] [stdout] 77405a2f929c5fabac409a126e31eb0718e5224a0214529c806b4338eedd3ff5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 771d58872665ef8eb65856a5d96ae99eb94ba436fd3ed63e9b0b1d6f56ad489f
[INFO] running `Command { std: "docker" "start" "-a" "771d58872665ef8eb65856a5d96ae99eb94ba436fd3ed63e9b0b1d6f56ad489f", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Sub`
[INFO] [stdout]  --> src/math/DFT.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{Add, Sub, Mul};
[INFO] [stdout]   |                ^^^  ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::structure::Complex`
[INFO] [stdout]  --> src/math/laplace.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::structure::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/logicgate/logicgate.rs:274:5
[INFO] [stdout]     |
[INFO] [stdout] 274 | use std::time::Duration;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sort/binary.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Err(mut a) => {
[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] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/structure/linkedlist.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |             Some(next_ptr) => unsafe {node = next_ptr},
[INFO] [stdout]     |                               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/logicgate/logicgate.rs:848:6
[INFO] [stdout]     |
[INFO] [stdout] 848 |         (Some(false),Some(false),Some(true),..) => return EightBitAdder{input1: &None,input2 :self.input1,input3:self.input2}.get_resul...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `substring` is never used
[INFO] [stdout]  --> src/subarray/substring.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub async fn substring(s: &str) -> usize {
[INFO] [stdout]   |              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_result` is never used
[INFO] [stdout]    --> src/logicgate/logicgate.rs:388:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<'a>  EightSwitch<'a> {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 388 |     fn get_result(&self) -> Option<i8> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/sort/pattern.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         crate::sort::insertion_sort(arr);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:39:6
[INFO] [stdout]    |
[INFO] [stdout] 39 |         crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling algori v0.11.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 |         crate::sort::build_min(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Sub`
[INFO] [stdout]  --> src/math/DFT.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{Add, Sub, Mul};
[INFO] [stdout]   |                ^^^  ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::structure::Complex`
[INFO] [stdout]  --> src/math/laplace.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::structure::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/logicgate/logicgate.rs:274:5
[INFO] [stdout]     |
[INFO] [stdout] 274 | use std::time::Duration;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sort/binary.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Err(mut a) => {
[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] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/structure/linkedlist.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |             Some(next_ptr) => unsafe {node = next_ptr},
[INFO] [stdout]     |                               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/logicgate/logicgate.rs:848:6
[INFO] [stdout]     |
[INFO] [stdout] 848 |         (Some(false),Some(false),Some(true),..) => return EightBitAdder{input1: &None,input2 :self.input1,input3:self.input2}.get_resul...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `substring` is never used
[INFO] [stdout]  --> src/subarray/substring.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub async fn substring(s: &str) -> usize {
[INFO] [stdout]   |              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_result` is never used
[INFO] [stdout]    --> src/logicgate/logicgate.rs:388:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<'a>  EightSwitch<'a> {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 388 |     fn get_result(&self) -> Option<i8> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/sort/pattern.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         crate::sort::insertion_sort(arr);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:39:6
[INFO] [stdout]    |
[INFO] [stdout] 39 |         crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     crate::sort::build_max(&mut self.heap);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/structure/priority_queue.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 |         crate::sort::build_min(&mut self.heap);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "771d58872665ef8eb65856a5d96ae99eb94ba436fd3ed63e9b0b1d6f56ad489f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "771d58872665ef8eb65856a5d96ae99eb94ba436fd3ed63e9b0b1d6f56ad489f", kill_on_drop: false }`
[INFO] [stdout] 771d58872665ef8eb65856a5d96ae99eb94ba436fd3ed63e9b0b1d6f56ad489f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b3c3fc637b1ca0b394710eedef50712cf921db3ca2eb9c4133ae8fc2e382018f
[INFO] running `Command { std: "docker" "start" "-a" "b3c3fc637b1ca0b394710eedef50712cf921db3ca2eb9c4133ae8fc2e382018f", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Add`, `Mul`, `Sub`
[INFO] [stderr]  --> src/math/DFT.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::{Add, Sub, Mul};
[INFO] [stderr]   |                ^^^  ^^^  ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::structure::Complex`
[INFO] [stderr]  --> src/math/laplace.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::structure::Complex;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time::Duration`
[INFO] [stderr]    --> src/logicgate/logicgate.rs:274:5
[INFO] [stderr]     |
[INFO] [stderr] 274 | use std::time::Duration;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/sort/binary.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 |         Err(mut a) => {
[INFO] [stderr]    |             ----^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/structure/linkedlist.rs:115:25
[INFO] [stderr]     |
[INFO] [stderr] 115 |             Some(next_ptr) => unsafe {node = next_ptr},
[INFO] [stderr]     |                               ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/logicgate/logicgate.rs:848:6
[INFO] [stderr]     |
[INFO] [stderr] 848 |         (Some(false),Some(false),Some(true),..) => return EightBitAdder{input1: &None,input2 :self.input1,input3:self.input2}.get_resul...
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `substring` is never used
[INFO] [stderr]  --> src/subarray/substring.rs:2:14
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub async fn substring(s: &str) -> usize {
[INFO] [stderr]   |              ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_result` is never used
[INFO] [stderr]    --> src/logicgate/logicgate.rs:388:8
[INFO] [stderr]     |
[INFO] [stderr] 387 | impl<'a>  EightSwitch<'a> {
[INFO] [stderr]     | ------------------------- method in this implementation
[INFO] [stderr] 388 |     fn get_result(&self) -> Option<i8> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> src/sort/pattern.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |         crate::sort::insertion_sort(arr);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> src/structure/priority_queue.rs:39:6
[INFO] [stderr]    |
[INFO] [stderr] 39 |         crate::sort::build_max(&mut self.heap);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> src/structure/priority_queue.rs:58:2
[INFO] [stderr]    |
[INFO] [stderr] 58 |     crate::sort::build_max(&mut self.heap);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> src/structure/priority_queue.rs:89:6
[INFO] [stderr]    |
[INFO] [stderr] 89 |         crate::sort::build_min(&mut self.heap);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: `algori` (lib) generated 12 warnings (run `cargo fix --lib -p algori` to apply 4 suggestions)
[INFO] [stderr] warning: `algori` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/algori-fc0bea05edd5f209)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests algori
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitNEG (line 549) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitSubber (line 568) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitOR (line 702) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitAdder (line 465) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitNOT (line 590) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitSplitter (line 398) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitNAND (line 616) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightSwitch (line 376) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitALU (line 827) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitNOR (line 674) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::DataSelector (line 732) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::AND (line 110) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightHighLevel (line 516) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitMux (line 429) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightLowLevel (line 531) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::EightBitAND (line 643) ... ok
[INFO] [stdout] test src/math/gcd.rs - math::gcd::gcd (line 3) ... FAILED
[INFO] [stdout] test src/math/laplace.rs - math::laplace::laplace_transform (line 6) ... FAILED
[INFO] [stdout] test src/search/binary.rs - search::binary::search (line 5) ... FAILED
[INFO] [stdout] test src/search/linearity.rs - search::linearity::search (line 4) ... FAILED
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::HalfAdder (line 299) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::OR (line 60) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::NOR (line 85) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::ThreeDecoder (line 768) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::LowLevel (line 148) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::NAND (line 10) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::ThreeOR (line 190) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::FullAdder (line 324) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::HighLevel (line 132) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::ThreeAND (line 220) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::NOT (line 38) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::Switch (line 354) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::XOR (line 164) ... ok
[INFO] [stdout] test src/logicgate/logicgate.rs - logicgate::logicgate::XNOR (line 251) ... ok
[INFO] [stdout] test src/search/max.rs - search::max::max (line 3) ... FAILED
[INFO] [stdout] test src/search/min.rs - search::min::min (line 3) ... FAILED
[INFO] [stdout] test src/sort/count.rs - sort::count::count_sort (line 4) ... FAILED
[INFO] [stdout] test src/search/min_and_max.rs - search::min_and_max::find_min_max (line 5) ... FAILED
[INFO] [stdout] test src/sort/binary.rs - sort::binary::sort (line 3) ... FAILED
[INFO] [stdout] test src/sort/heap.rs - sort::heap::max (line 4) ... FAILED
[INFO] [stdout] test src/sort/bubble.rs - sort::bubble::sort (line 5) ... FAILED
[INFO] [stdout] test src/sort/insertion.rs - sort::insertion::sort (line 4) ... FAILED
[INFO] [stdout] test src/search/sum.rs - search::sum::two_sum (line 2) ... FAILED
[INFO] [stdout] test src/matrix/matrix.rs - matrix::matrix::Matrix (line 11) ... ok
[INFO] [stdout] test src/sort/quicksort.rs - sort::quicksort::quicksort (line 5) ... ok
[INFO] [stdout] test src/sort/selection.rs - sort::selection::sort (line 5) ... ok
[INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::List (line 3) ... ok
[INFO] [stdout] test src/structure/binarytree.rs - structure::binarytree::BinaryTree (line 2) ... ok
[INFO] [stdout] test src/structure/complex.rs - structure::complex::Complex<T> (line 61) ... ok
[INFO] [stdout] test src/sort/radix.rs - sort::radix::radix_sort (line 32) ... ok
[INFO] [stdout] test src/sort/merge.rs - sort::merge::sort (line 36) ... ok
[INFO] [stdout] test src/structure/complex.rs - structure::complex::Complex (line 12) ... ok
[INFO] [stdout] test src/sort/pattern.rs - sort::pattern::pattern_defeating_quicksort (line 18) ... FAILED
[INFO] [stdout] test src/structure/pointer.rs - structure::pointer::Pointer (line 3) ... ok
[INFO] [stdout] test src/structure/stack.rs - structure::stack::Stack (line 3) ... ok
[INFO] [stdout] test src/structure/priority_queue.rs - structure::priority_queue::MaxPriQueue (line 1) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/math/gcd.rs - math::gcd::gcd (line 3) stdout ----
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]  --> src/math/gcd.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_math_gcd_rs_3_0() {
[INFO] [stdout]   |                                      -------------------------------------- this is not `async`
[INFO] [stdout] 5 | use algori::math::gcd;
[INFO] [stdout] 6 | let b = gcd(18,9).await;
[INFO] [stdout]   |                   ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0728`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/math/laplace.rs - math::laplace::laplace_transform (line 6) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Vec<Vec<f64>>>`
[INFO] [stdout]  --> src/math/laplace.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert_eq!(r,[[0.0,0.0,0.0],[0.0,-8.0,0.0],[0.0,0.0,0.0]]);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | impl Future<Output = Vec<Vec<f64>>>
[INFO] [stdout]   | [[{float}; 3]; 3]
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Vec<Vec<f64>>>` doesn't implement `Debug`
[INFO] [stdout]  --> src/math/laplace.rs:12:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert_eq!(r,[[0.0,0.0,0.0],[0.0,-8.0,0.0],[0.0,0.0,0.0]]);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `impl Future<Output = Vec<Vec<f64>>>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `impl Future<Output = Vec<Vec<f64>>>`
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/binary.rs - search::binary::search (line 5) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Result<usize, usize>>`
[INFO] [stdout]   --> src/search/binary.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,Ok(5));
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | impl Future<Output = Result<usize, usize>>
[INFO] [stdout]    | Result<{integer}, _>
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Result<usize, usize>>` doesn't implement `Debug`
[INFO] [stdout]   --> src/search/binary.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,Ok(5));
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ `impl Future<Output = Result<usize, usize>>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `impl Future<Output = Result<usize, usize>>`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/linearity.rs - search::linearity::search (line 4) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Option<usize>>`
[INFO] [stdout]  --> src/search/linearity.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(c,Some(5));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | impl Future<Output = Option<usize>>
[INFO] [stdout]   | Option<{integer}>
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Option<usize>>` doesn't implement `Debug`
[INFO] [stdout]  --> src/search/linearity.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(c,Some(5));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ `impl Future<Output = Option<usize>>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `impl Future<Output = Option<usize>>`
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/max.rs - search::max::max (line 3) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = usize>`
[INFO] [stdout]   --> src/search/max.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,5);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | impl Future<Output = usize>
[INFO] [stdout]    | {integer}
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = usize>` doesn't implement `Debug`
[INFO] [stdout]   --> src/search/max.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,5);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `impl Future<Output = usize>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `impl Future<Output = usize>`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/min.rs - search::min::min (line 3) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = usize>`
[INFO] [stdout]   --> src/search/min.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,3);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | impl Future<Output = usize>
[INFO] [stdout]    | {integer}
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = usize>` doesn't implement `Debug`
[INFO] [stdout]   --> src/search/min.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(c,3);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `impl Future<Output = usize>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `impl Future<Output = usize>`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/count.rs - sort::count::count_sort (line 4) stdout ----
[INFO] [stdout] error[E0502]: cannot borrow `a` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> src/sort/count.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | let c = count_sort(&mut a);
[INFO] [stdout]    |                    ------ mutable borrow occurs here
[INFO] [stdout] 10 | assert_eq!(a,[1,3,4,5,6,6,7,9,65,65]);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here
[INFO] [stdout] 11 | } _doctest_main_src_sort_count_rs_4_0() }
[INFO] [stdout]    | - mutable borrow might be used here, when `c` is dropped and runs the destructor for type `impl Future<Output = ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/min_and_max.rs - search::min_and_max::find_min_max (line 5) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Option<(usize, usize)>>`
[INFO] [stdout]  --> src/search/min_and_max.rs:10:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(c,Some((3,5)));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | impl Future<Output = Option<(usize, usize)>>
[INFO] [stdout]   | Option<({integer}, {integer})>
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Option<(usize, usize)>>` doesn't implement `Debug`
[INFO] [stdout]  --> src/search/min_and_max.rs:10:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(c,Some((3,5)));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^ `impl Future<Output = Option<(usize, usize)>>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `impl Future<Output = Option<(usize, usize)>>`
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/binary.rs - sort::binary::sort (line 3) stdout ----
[INFO] [stdout] error[E0502]: cannot borrow `a` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> src/sort/binary.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | let c = binary_sort(&mut a);
[INFO] [stdout]    |                     ------ mutable borrow occurs here
[INFO] [stdout] 10 | assert_eq!(a,[1,3,4,5,6,6,7,9,65,65]);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here
[INFO] [stdout] 11 | } _doctest_main_src_sort_binary_rs_3_0() }
[INFO] [stdout]    | - mutable borrow might be used here, when `c` is dropped and runs the destructor for type `impl Future<Output = ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/heap.rs - sort::heap::max (line 4) stdout ----
[INFO] [stdout] error[E0502]: cannot borrow `a` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> src/sort/heap.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | let c = heap_sort(&mut a);
[INFO] [stdout]    |                   ------ mutable borrow occurs here
[INFO] [stdout] 10 | assert_eq!(a,[1,3,4,5,6,6,7,9,65,65]);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here
[INFO] [stdout] 11 | } _doctest_main_src_sort_heap_rs_4_0() }
[INFO] [stdout]    | - mutable borrow might be used here, when `c` is dropped and runs the destructor for type `impl Future<Output = ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/bubble.rs - sort::bubble::sort (line 5) stdout ----
[INFO] [stdout] error[E0502]: cannot borrow `a` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> src/sort/bubble.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | let c = bubble_sort(&mut a);
[INFO] [stdout]    |                     ------ mutable borrow occurs here
[INFO] [stdout] 10 | assert_eq!(a,[1,3,4,5,6,6,7,9,65,65]);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here
[INFO] [stdout] 11 | } _doctest_main_src_sort_bubble_rs_5_0() }
[INFO] [stdout]    | - mutable borrow might be used here, when `c` is dropped and runs the destructor for type `impl Future<Output = ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/insertion.rs - sort::insertion::sort (line 4) stdout ----
[INFO] [stdout] error[E0502]: cannot borrow `a` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> src/sort/insertion.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | let c = insertion_sort(&mut a);
[INFO] [stdout]    |                        ------ mutable borrow occurs here
[INFO] [stdout] 10 | assert_eq!(a,[1,3,4,5,6,6,7,9,65,65]);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here
[INFO] [stdout] 11 | } _doctest_main_src_sort_insertion_rs_4_0() }
[INFO] [stdout]    | - mutable borrow might be used here, when `c` is dropped and runs the destructor for type `impl Future<Output = ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/search/sum.rs - search::sum::two_sum (line 2) stdout ----
[INFO] [stdout] error[E0599]: no method named `unwrap` found for opaque type `impl Future<Output = Result<(usize, usize), ()>>` in the current scope
[INFO] [stdout]  --> src/search/sum.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 6 | let b  = algori::search::two_sum(&a,&11).unwrap();
[INFO] [stdout]   |                                          ^^^^^^ method not found in `impl Future<Output = Result<(usize, usize), ()>>`
[INFO] [stdout]   |
[INFO] [stdout] help: consider `await`ing on the `Future` and calling the method on its `Output`
[INFO] [stdout]   |
[INFO] [stdout] 6 | let b  = algori::search::two_sum(&a,&11).await.unwrap();
[INFO] [stdout]   |                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sort/pattern.rs - sort::pattern::pattern_defeating_quicksort (line 18) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] thread 'main' panicked at src/sort/pattern.rs:10:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [7, 3, 5, 1, 9, 65, 65, 4, 6, 6]
[INFO] [stdout]  right: [1, 3, 4, 5, 6, 6, 7, 9, 65, 65]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x556ae10856e5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x556ae10856e5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x556ae10856e5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x556ae10856e5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x556ae10a279b - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x556ae10a279b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x556ae108396f - std::io::Write::write_fmt::hed769ca6c29434ec
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x556ae10854be - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x556ae10854be - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x556ae1086829 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x556ae108656d - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:298:9
[INFO] [stdout]   11:     0x556ae1086cc3 - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:795:13
[INFO] [stdout]   12:     0x556ae1086ba4 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   13:     0x556ae1085ba9 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   14:     0x556ae10868d7 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   15:     0x556ae106ab53 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   16:     0x556ae106ae1e - core::panicking::assert_failed_inner::h01c8f7f0c1caba58
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:408:17
[INFO] [stdout]   17:     0x556ae106bd9a - core::panicking::assert_failed::h427deb1a16316261
[INFO] [stdout]   18:     0x556ae106c2c8 - rust_out::main::_doctest_main_src_sort_pattern_rs_18_0::h45ee201f50d671ef
[INFO] [stdout]   19:     0x556ae106c216 - rust_out::main::h696a342f0ae7cd72
[INFO] [stdout]   20:     0x556ae106bb73 - core::ops::function::FnOnce::call_once::hacff659aa20c7b40
[INFO] [stdout]   21:     0x556ae106b456 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcc6b8bea3112e884
[INFO] [stdout]   22:     0x556ae106b4a9 - std::rt::lang_start::{{closure}}::h4db0ca8543e29a47
[INFO] [stdout]   23:     0x556ae1081b8d - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h239f0051f1e18680
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:284:13
[INFO] [stdout]   24:     0x556ae1081b8d - std::panicking::try::do_call::hf7072797cbfea7fa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   25:     0x556ae1081b8d - std::panicking::try::h3a37e38691a5244b
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   26:     0x556ae1081b8d - std::panic::catch_unwind::hc7cc1460e4236209
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   27:     0x556ae1081b8d - std::rt::lang_start_internal::{{closure}}::hce632608b277cffc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:48
[INFO] [stdout]   28:     0x556ae1081b8d - std::panicking::try::do_call::hafc0f13e6abd9d79
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x556ae1081b8d - std::panicking::try::h67b8f1800ef15799
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x556ae1081b8d - std::panic::catch_unwind::he5b260dc522c68be
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x556ae1081b8d - std::rt::lang_start_internal::hf119eb75d1ffe221
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:20
[INFO] [stdout]   32:     0x556ae106b487 - std::rt::lang_start::ha9360cc92730957e
[INFO] [stdout]   33:     0x556ae106c2e5 - main
[INFO] [stdout]   34:     0x7ff2cf482d90 - <unknown>
[INFO] [stdout]   35:     0x7ff2cf482e40 - __libc_start_main
[INFO] [stdout]   36:     0x556ae106b1c5 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/structure/priority_queue.rs - structure::priority_queue::MaxPriQueue (line 1) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] thread 'main' panicked at src/structure/priority_queue.rs:13:2:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 5
[INFO] [stdout]  right: 9
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x556f95be2735 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x556f95be2735 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x556f95be2735 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x556f95be2735 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x556f95bff7eb - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x556f95bff7eb - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x556f95be09bf - std::io::Write::write_fmt::hed769ca6c29434ec
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x556f95be250e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x556f95be250e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x556f95be3879 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x556f95be35bd - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:298:9
[INFO] [stdout]   11:     0x556f95be3d13 - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:795:13
[INFO] [stdout]   12:     0x556f95be3bf4 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   13:     0x556f95be2bf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   14:     0x556f95be3927 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   15:     0x556f95bc5b63 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   16:     0x556f95bc5e2e - core::panicking::assert_failed_inner::h01c8f7f0c1caba58
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:408:17
[INFO] [stdout]   17:     0x556f95bc6f6a - core::panicking::assert_failed::h2703ea5c40d5fe55
[INFO] [stdout]   18:     0x556f95bc7ccb - rust_out::main::_doctest_main_src_structure_priority_queue_rs_1_0::h2820480c74db7056
[INFO] [stdout]   19:     0x556f95bc7af6 - rust_out::main::h696a342f0ae7cd72
[INFO] [stdout]   20:     0x556f95bc6893 - core::ops::function::FnOnce::call_once::hacff659aa20c7b40
[INFO] [stdout]   21:     0x556f95bc62a6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcc6b8bea3112e884
[INFO] [stdout]   22:     0x556f95bc62f9 - std::rt::lang_start::{{closure}}::h4db0ca8543e29a47
[INFO] [stdout]   23:     0x556f95bdebdd - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h239f0051f1e18680
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:284:13
[INFO] [stdout]   24:     0x556f95bdebdd - std::panicking::try::do_call::hf7072797cbfea7fa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   25:     0x556f95bdebdd - std::panicking::try::h3a37e38691a5244b
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   26:     0x556f95bdebdd - std::panic::catch_unwind::hc7cc1460e4236209
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   27:     0x556f95bdebdd - std::rt::lang_start_internal::{{closure}}::hce632608b277cffc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:48
[INFO] [stdout]   28:     0x556f95bdebdd - std::panicking::try::do_call::hafc0f13e6abd9d79
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x556f95bdebdd - std::panicking::try::h67b8f1800ef15799
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x556f95bdebdd - std::panic::catch_unwind::he5b260dc522c68be
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x556f95bdebdd - std::rt::lang_start_internal::hf119eb75d1ffe221
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:20
[INFO] [stdout]   32:     0x556f95bc62d7 - std::rt::lang_start::ha9360cc92730957e
[INFO] [stdout]   33:     0x556f95bc7e45 - main
[INFO] [stdout]   34:     0x7f54cd9dad90 - <unknown>
[INFO] [stdout]   35:     0x7f54cd9dae40 - __libc_start_main
[INFO] [stdout]   36:     0x556f95bc61d5 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/math/gcd.rs - math::gcd::gcd (line 3)
[INFO] [stdout]     src/math/laplace.rs - math::laplace::laplace_transform (line 6)
[INFO] [stdout]     src/search/binary.rs - search::binary::search (line 5)
[INFO] [stdout]     src/search/linearity.rs - search::linearity::search (line 4)
[INFO] [stdout]     src/search/max.rs - search::max::max (line 3)
[INFO] [stdout]     src/search/min.rs - search::min::min (line 3)
[INFO] [stdout]     src/search/min_and_max.rs - search::min_and_max::find_min_max (line 5)
[INFO] [stdout]     src/search/sum.rs - search::sum::two_sum (line 2)
[INFO] [stdout]     src/sort/binary.rs - sort::binary::sort (line 3)
[INFO] [stdout]     src/sort/bubble.rs - sort::bubble::sort (line 5)
[INFO] [stdout]     src/sort/count.rs - sort::count::count_sort (line 4)
[INFO] [stdout]     src/sort/heap.rs - sort::heap::max (line 4)
[INFO] [stdout]     src/sort/insertion.rs - sort::insertion::sort (line 4)
[INFO] [stdout]     src/sort/pattern.rs - sort::pattern::pattern_defeating_quicksort (line 18)
[INFO] [stdout]     src/structure/priority_queue.rs - structure::priority_queue::MaxPriQueue (line 1)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 41 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b3c3fc637b1ca0b394710eedef50712cf921db3ca2eb9c4133ae8fc2e382018f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3c3fc637b1ca0b394710eedef50712cf921db3ca2eb9c4133ae8fc2e382018f", kill_on_drop: false }`
[INFO] [stdout] b3c3fc637b1ca0b394710eedef50712cf921db3ca2eb9c4133ae8fc2e382018f
