[INFO] fetching crate fastprio 0.1.1... [INFO] testing fastprio-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate fastprio 0.1.1 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fastprio 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding heapless v0.7.17 (available: v0.9.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dad2dbc301ad2cbf43f54649fa7f757f0e56e5c097de9b8e18fa72fceab10f7 [INFO] running `Command { std: "docker" "start" "-a" "7dad2dbc301ad2cbf43f54649fa7f757f0e56e5c097de9b8e18fa72fceab10f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dad2dbc301ad2cbf43f54649fa7f757f0e56e5c097de9b8e18fa72fceab10f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dad2dbc301ad2cbf43f54649fa7f757f0e56e5c097de9b8e18fa72fceab10f7", kill_on_drop: false }` [INFO] [stdout] 7dad2dbc301ad2cbf43f54649fa7f757f0e56e5c097de9b8e18fa72fceab10f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e66256e9c75efc6312511b0f26234504f0d5ffd39f43ba3c010c8f2b5a912a3a [INFO] running `Command { std: "docker" "start" "-a" "e66256e9c75efc6312511b0f26234504f0d5ffd39f43ba3c010c8f2b5a912a3a", 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 { [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.15s [INFO] running `Command { std: "docker" "inspect" "e66256e9c75efc6312511b0f26234504f0d5ffd39f43ba3c010c8f2b5a912a3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e66256e9c75efc6312511b0f26234504f0d5ffd39f43ba3c010c8f2b5a912a3a", kill_on_drop: false }` [INFO] [stdout] e66256e9c75efc6312511b0f26234504f0d5ffd39f43ba3c010c8f2b5a912a3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f14726302fcb60114a0782188c5ec3c7c59a536a686f78623fcc375330aeff8d [INFO] running `Command { std: "docker" "start" "-a" "f14726302fcb60114a0782188c5ec3c7c59a536a686f78623fcc375330aeff8d", 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 { [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] [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 { [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.30s [INFO] running `Command { std: "docker" "inspect" "f14726302fcb60114a0782188c5ec3c7c59a536a686f78623fcc375330aeff8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f14726302fcb60114a0782188c5ec3c7c59a536a686f78623fcc375330aeff8d", kill_on_drop: false }` [INFO] [stdout] f14726302fcb60114a0782188c5ec3c7c59a536a686f78623fcc375330aeff8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 155e1c417e8da20c53b452fb3b108393f4ec695170812c2e4755964d9218c78a [INFO] running `Command { std: "docker" "start" "-a" "155e1c417e8da20c53b452fb3b108393f4ec695170812c2e4755964d9218c78a", 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 { [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.04s [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::is_valid_prio (line 245) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl (line 146) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::len (line 285) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::push (line 259) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::pop (line 324) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::is_empty (line 305) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::new (line 189) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::from_buckets (line 213) ... ok [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::iter (line 396) ... FAILED [INFO] [stdout] test src/lib.rs - FastPriorityQueueImpl::peek (line 355) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - FastPriorityQueueImpl::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] 5 | 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] --> /opt/rustwide/workdir/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] 5 | 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] --> /opt/rustwide/workdir/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::len (line 285) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::push (line 259) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::pop (line 324) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::is_empty (line 305) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::new (line 189) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::iter (line 396) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:398:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::peek (line 355) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fastprio::FastPriorityQueue` [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 5 | 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] --> /opt/rustwide/workdir/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::is_empty (line 305) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::is_valid_prio (line 245) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::iter (line 396) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::len (line 285) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::new (line 189) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::peek (line 355) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::pop (line 324) [INFO] [stdout] src/lib.rs - FastPriorityQueueImpl::push (line 259) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "155e1c417e8da20c53b452fb3b108393f4ec695170812c2e4755964d9218c78a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "155e1c417e8da20c53b452fb3b108393f4ec695170812c2e4755964d9218c78a", kill_on_drop: false }` [INFO] [stdout] 155e1c417e8da20c53b452fb3b108393f4ec695170812c2e4755964d9218c78a