[INFO] fetching crate fastprio 0.1.1...
[INFO] testing fastprio-0.1.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate fastprio 0.1.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate fastprio 0.1.1
[INFO] finished tweaking crates.io crate fastprio 0.1.1
[INFO] tweaked toml for crates.io crate fastprio 0.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fastprio 0.1.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding heapless v0.7.17 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b52f1c2610a0c63e066d421aceada85f1503ff14cf8586de6ff7c0a1b9fecb2
[INFO] running `Command { std: "docker" "start" "-a" "3b52f1c2610a0c63e066d421aceada85f1503ff14cf8586de6ff7c0a1b9fecb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b52f1c2610a0c63e066d421aceada85f1503ff14cf8586de6ff7c0a1b9fecb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b52f1c2610a0c63e066d421aceada85f1503ff14cf8586de6ff7c0a1b9fecb2", kill_on_drop: false }`
[INFO] [stdout] 3b52f1c2610a0c63e066d421aceada85f1503ff14cf8586de6ff7c0a1b9fecb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ddbc7478ea9053e126e69fea0dbb5140ad9586449de5f5c7e40f4b5889480ad
[INFO] running `Command { std: "docker" "start" "-a" "7ddbc7478ea9053e126e69fea0dbb5140ad9586449de5f5c7e40f4b5889480ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling fastprio v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<T, Container, DOMAIN> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<'_, T, Container, DOMAIN> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] running `Command { std: "docker" "inspect" "7ddbc7478ea9053e126e69fea0dbb5140ad9586449de5f5c7e40f4b5889480ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ddbc7478ea9053e126e69fea0dbb5140ad9586449de5f5c7e40f4b5889480ad", kill_on_drop: false }`
[INFO] [stdout] 7ddbc7478ea9053e126e69fea0dbb5140ad9586449de5f5c7e40f4b5889480ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2796d3a651d0447304d69984f39c6dd9c1096a22833dbc6bc4ccb300a8ed586
[INFO] running `Command { std: "docker" "start" "-a" "a2796d3a651d0447304d69984f39c6dd9c1096a22833dbc6bc4ccb300a8ed586", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<T, Container, DOMAIN> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<'_, T, Container, DOMAIN> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fastprio v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<T, Container, DOMAIN> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<'_, T, Container, DOMAIN> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] running `Command { std: "docker" "inspect" "a2796d3a651d0447304d69984f39c6dd9c1096a22833dbc6bc4ccb300a8ed586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2796d3a651d0447304d69984f39c6dd9c1096a22833dbc6bc4ccb300a8ed586", kill_on_drop: false }`
[INFO] [stdout] a2796d3a651d0447304d69984f39c6dd9c1096a22833dbc6bc4ccb300a8ed586
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7193831b92f47878dd3a9f8b258a8b91597083ad3064e19f8e6bda03cc9505fb
[INFO] running `Command { std: "docker" "start" "-a" "7193831b92f47878dd3a9f8b258a8b91597083ad3064e19f8e6bda03cc9505fb", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:404:17
[INFO] [stderr]     |
[INFO] [stderr] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<T, Container, DOMAIN> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 404 |     pub fn iter(&self) -> FastPriorityQueueIter<'_, T, Container, DOMAIN> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `fastprio` (lib) generated 1 warning (run `cargo fix --lib -p fastprio` to apply 1 suggestion)
[INFO] [stderr] warning: `fastprio` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fastprio-68a2e57c5229c0b0)
[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 fastprio
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::len (line 285) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::peek (line 355) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl (line 146) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_valid_prio (line 245) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::from_buckets (line 213) ... ok
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::new (line 189) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_empty (line 305) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::push (line 259) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::iter (line 396) ... FAILED
[INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::pop (line 324) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::len (line 285) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:287:5
[INFO] [stdout]     |
[INFO] [stdout] 287 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::peek (line 355) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:357:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl (line 146) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 148 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_valid_prio (line 245) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::new (line 189) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_empty (line 305) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:307:5
[INFO] [stdout]     |
[INFO] [stdout] 307 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::push (line 259) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:261:5
[INFO] [stdout]     |
[INFO] [stdout] 261 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::iter (line 396) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:398:5
[INFO] [stdout]     |
[INFO] [stdout] 398 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::pop (line 324) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue`
[INFO] [stdout]    --> src/lib.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | use fastprio::FastPriorityQueue;
[INFO] [stdout]     |     ^^^^^^^^^^-----------------
[INFO] [stdout]     |     |         |
[INFO] [stdout]     |     |         help: a similar name exists in the module: `FastPriorityQueueIter`
[INFO] [stdout]     |     no `FastPriorityQueue` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:57:18
[INFO] [stdout]     |
[INFO] [stdout]  56 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  57 | pub use stdimpl::FastPriorityQueue;
[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 E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl (line 146)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_empty (line 305)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::is_valid_prio (line 245)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::iter (line 396)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::len (line 285)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::new (line 189)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::peek (line 355)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::pop (line 324)
[INFO] [stdout]     src/lib.rs - FastPriorityQueueImpl<Container,DOMAIN>::push (line 259)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "7193831b92f47878dd3a9f8b258a8b91597083ad3064e19f8e6bda03cc9505fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7193831b92f47878dd3a9f8b258a8b91597083ad3064e19f8e6bda03cc9505fb", kill_on_drop: false }`
[INFO] [stdout] 7193831b92f47878dd3a9f8b258a8b91597083ad3064e19f8e6bda03cc9505fb
