[INFO] fetching crate bias-shared-arena 0.8.5...
[INFO] testing bias-shared-arena-0.8.5 against 1.94.0 for beta-1.95-1
[INFO] extracting crate bias-shared-arena 0.8.5 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate bias-shared-arena 0.8.5
[INFO] finished tweaking crates.io crate bias-shared-arena 0.8.5
[INFO] tweaked toml for crates.io crate bias-shared-arena 0.8.5 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bias-shared-arena 0.8.5 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bias-shared-arena 0.8.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.58
[INFO] [stderr]   Downloaded clap_builder v4.5.58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc115b3df7d977d78de834bd31b0afad69d53d3794d8fb1174138018401e8de7
[INFO] running `Command { std: "docker" "start" "-a" "bc115b3df7d977d78de834bd31b0afad69d53d3794d8fb1174138018401e8de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc115b3df7d977d78de834bd31b0afad69d53d3794d8fb1174138018401e8de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc115b3df7d977d78de834bd31b0afad69d53d3794d8fb1174138018401e8de7", kill_on_drop: false }`
[INFO] [stdout] bc115b3df7d977d78de834bd31b0afad69d53d3794d8fb1174138018401e8de7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72ec6c9bf0f32391c51220fd1ef8e47f77fbb3bd097cfabe380681b8d98e40d2
[INFO] running `Command { std: "docker" "start" "-a" "72ec6c9bf0f32391c51220fd1ef8e47f77fbb3bd097cfabe380681b8d98e40d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling bias-shared-arena v0.8.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mips64el`
[INFO] [stdout]  --> src/cache_line.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         target_arch = "mips64el"
[INFO] [stdout]   |         ^^^^^^^^^^^^^^----------
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       help: there is a expected value with a similar name: `"mips64"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7`
[INFO] [stdout]   --> src/cache_line.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         target_arch = "armv7",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7r`
[INFO] [stdout]   --> src/cache_line.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         target_arch = "armv7r",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard> {
[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] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:67:29
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "72ec6c9bf0f32391c51220fd1ef8e47f77fbb3bd097cfabe380681b8d98e40d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72ec6c9bf0f32391c51220fd1ef8e47f77fbb3bd097cfabe380681b8d98e40d2", kill_on_drop: false }`
[INFO] [stdout] 72ec6c9bf0f32391c51220fd1ef8e47f77fbb3bd097cfabe380681b8d98e40d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80ee79ca916a7bb21729ba9f44f397942d8b0bd89172a8fb23e781aad2e22790
[INFO] running `Command { std: "docker" "start" "-a" "80ee79ca916a7bb21729ba9f44f397942d8b0bd89172a8fb23e781aad2e22790", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stdout] warning: unexpected `cfg` condition value: `mips64el`
[INFO] [stdout]  --> src/cache_line.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         target_arch = "mips64el"
[INFO] [stdout]   |         ^^^^^^^^^^^^^^----------
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       help: there is a expected value with a similar name: `"mips64"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7`
[INFO] [stdout]   --> src/cache_line.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         target_arch = "armv7",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7r`
[INFO] [stdout]   --> src/cache_line.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         target_arch = "armv7r",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard> {
[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] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:67:29
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling bias-shared-arena v0.8.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mips64el`
[INFO] [stdout]  --> src/cache_line.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         target_arch = "mips64el"
[INFO] [stdout]   |         ^^^^^^^^^^^^^^----------
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       help: there is a expected value with a similar name: `"mips64"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7`
[INFO] [stdout]   --> src/cache_line.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         target_arch = "armv7",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7r`
[INFO] [stdout]   --> src/cache_line.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         target_arch = "armv7r",
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/block.rs:252:18
[INFO] [stdout]     |
[INFO] [stdout] 252 |         unsafe { Box::from_raw(real_ptr) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 252 |         unsafe { let _ = Box::from_raw(real_ptr); };
[INFO] [stdout]     |                  +++++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/block.rs:268:18
[INFO] [stdout]     |
[INFO] [stdout] 268 |         unsafe { Box::from_raw(real_ptr) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 268 |         unsafe { let _ = Box::from_raw(real_ptr); };
[INFO] [stdout]     |                  +++++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]    --> src/block.rs:294:9
[INFO] [stdout]     |
[INFO] [stdout] 294 | /         super::PageKind::from(super::PageTaggedPtr {
[INFO] [stdout] 295 | |             data: !0,
[INFO] [stdout] 296 | |             #[cfg(not(target_pointer_width = "64"))]
[INFO] [stdout] 297 | |             ptr: !0,
[INFO] [stdout] 298 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 294 |         let _ = super::PageKind::from(super::PageTaggedPtr {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard> {
[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] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shared_arena.rs:67:29
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.86s
[INFO] running `Command { std: "docker" "inspect" "80ee79ca916a7bb21729ba9f44f397942d8b0bd89172a8fb23e781aad2e22790", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80ee79ca916a7bb21729ba9f44f397942d8b0bd89172a8fb23e781aad2e22790", kill_on_drop: false }`
[INFO] [stdout] 80ee79ca916a7bb21729ba9f44f397942d8b0bd89172a8fb23e781aad2e22790
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dedfa041f860cd25fa63138f9532948791838e91fd377f0e89acf8b4eeb81ef1
[INFO] running `Command { std: "docker" "start" "-a" "dedfa041f860cd25fa63138f9532948791838e91fd377f0e89acf8b4eeb81ef1", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `mips64el`
[INFO] [stderr]  --> src/cache_line.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |         target_arch = "mips64el"
[INFO] [stderr]   |         ^^^^^^^^^^^^^^----------
[INFO] [stderr]   |                       |
[INFO] [stderr]   |                       help: there is a expected value with a similar name: `"mips64"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `armv7`
[INFO] [stderr]   --> src/cache_line.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         target_arch = "armv7",
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `armv7r`
[INFO] [stderr]   --> src/cache_line.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |         target_arch = "armv7r",
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/shared_arena.rs:59:20
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard> {
[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] 59 |     fn new(writer: &AtomicBool) -> Option<WriterGuard<'_>> {
[INFO] [stderr]    |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/shared_arena.rs:67:29
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn new_blocking(writer: &AtomicBool) -> WriterGuard<'_> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bias-shared-arena` (lib) generated 5 warnings (run `cargo fix --lib -p bias-shared-arena` to apply 2 suggestions)
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]    --> src/block.rs:252:18
[INFO] [stderr]     |
[INFO] [stderr] 252 |         unsafe { Box::from_raw(real_ptr) };
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 252 |         unsafe { let _ = Box::from_raw(real_ptr); };
[INFO] [stderr]     |                  +++++++                        +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]    --> src/block.rs:268:18
[INFO] [stderr]     |
[INFO] [stderr] 268 |         unsafe { Box::from_raw(real_ptr) };
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 268 |         unsafe { let _ = Box::from_raw(real_ptr); };
[INFO] [stderr]     |                  +++++++                        +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]    --> src/block.rs:294:9
[INFO] [stderr]     |
[INFO] [stderr] 294 | /         super::PageKind::from(super::PageTaggedPtr {
[INFO] [stderr] 295 | |             data: !0,
[INFO] [stderr] 296 | |             #[cfg(not(target_pointer_width = "64"))]
[INFO] [stderr] 297 | |             ptr: !0,
[INFO] [stderr] 298 | |         });
[INFO] [stderr]     | |__________^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 294 |         let _ = super::PageKind::from(super::PageTaggedPtr {
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bias-shared-arena` (lib test) generated 8 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bias_shared_arena-ee3d8aa2a1306949)
[INFO] [stdout] 
[INFO] [stdout] running 44 tests
[INFO] [stdout] test arena::tests::alloc_with_initializer ... ok
[INFO] [stdout] test arena::tests::arena_shrink ... ok
[INFO] [stdout] test arena::tests::alloc_fns ... ok
[INFO] [stdout] test arena::tests::arena_shrink2 ... ok
[INFO] [stdout] test arena::tests::arena_size ... ok
[INFO] [stdout] test arena::tests::drop_arena_with_valid_allocated ... ok
[INFO] [stdout] test arena_rc::tests::arena_rc ... ok
[INFO] [stdout] test arena::tests::miri_arena_with_threads_and_shrinks ... ok
[INFO] [stdout] test arena::tests::miri_arena_with_threads ... ok
[INFO] [stdout] test block::tests::page_tagged_ptr ... ok
[INFO] [stdout] test block::tests::page_tagged_ptr_debug ... ok
[INFO] [stdout] test block::tests::pagekind_into ... ok
[INFO] [stdout] test cache_line::tests::test_cached_aligned ... ok
[INFO] [stdout] test cache_line::tests::test_cached_aligned_clone ... ok
[INFO] [stdout] test cache_line::tests::test_cached_aligned_mut ... ok
[INFO] [stdout] test arena::tests::alloc_rc_with_panic - should panic ... ok
[INFO] [stdout] test arena::tests::alloc_with_panic - should panic ... ok
[INFO] [stdout] test block::tests::invalid_tagged_ptr - should panic ... ok
[INFO] [stdout] test arena::tests::alloc_arc_with_panic - should panic ... ok
[INFO] [stdout] test pool::tests::alloc_rc_with_panic - should panic ... ok
[INFO] [stdout] test pool::tests::arena_shrink2 ... ok
[INFO] [stdout] test pool::tests::arena_size ... ok
[INFO] [stdout] test pool::tests::drop_arena_with_valid_allocated ... ok
[INFO] [stdout] test block::tests::invalid_block - should panic ... ok
[INFO] [stdout] test pool::tests::arena_shrink ... ok
[INFO] [stdout] test shared_arena::tests::alloc_fns ... ok
[INFO] [stdout] test pool::tests::alloc_with_initializer ... ok
[INFO] [stdout] test shared_arena::tests::alloc_with_initializer ... ok
[INFO] [stdout] test shared_arena::tests::alloc_arc_with_panic - should panic ... ok
[INFO] [stdout] test shared_arena::tests::arena_shrink ... ok
[INFO] [stdout] test shared_arena::tests::arena_shrink2 ... ok
[INFO] [stdout] test shared_arena::tests::arena_size ... ok
[INFO] [stdout] test pool::tests::alloc_with_panic - should panic ... ok
[INFO] [stdout] test shared_arena::tests::alloc_rc_with_panic - should panic ... ok
[INFO] [stdout] test shared_arena::tests::drop_arena_with_valid_allocated ... ok
[INFO] [stdout] test pool::tests::invalid_block - should panic ... ok
[INFO] [stdout] test shared_arena::tests::alloc_with_panic - should panic ... ok
[INFO] [stdout] test pool::tests::alloc_fns ... ok
[INFO] [stdout] test shared_arena::tests::miri_arena_with_threads_and_shrinks ... ok
[INFO] [stdout] test shared_arena::tests::miri_arena_with_threads ... ok
[INFO] [stdout] test arena::tests::arena_with_threads_and_shrinks ... ok
[INFO] [stdout] test shared_arena::tests::arena_with_threads_and_shrinks ... ok
[INFO] [stdout] test shared_arena::tests::arena_with_threads ... ok
[INFO] [stdout] test arena::tests::arena_with_threads ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.75s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bias_shared_arena
[INFO] [stdout] 
[INFO] [stdout] running 64 tests
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::new (line 135) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc_arc (line 243) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::stats (line 537) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena (line 19) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc_rc_with (line 379) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc_with (line 191) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc_arc_with (line 285) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::shrink_to_fit (line 440) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc (line 149) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::alloc_rc (line 337) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::Arena<T>::with_capacity (line 109) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::arena_fail (line 701) - compile fail ... ok
[INFO] [stdout] test src/arena.rs - arena::arena_fail (line 690) - compile fail ... ok
[INFO] [stdout] test src/arena.rs - arena::arena_fail (line 713) - compile fail ... ok
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc (line 35) ... FAILED
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::clone (line 153) ... FAILED
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 61) ... FAILED
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::drop (line 192) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::deref (line 113) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::arena_fail (line 727) - compile fail ... ok
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 74) ... FAILED
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::deref (line 175) ... FAILED
[INFO] [stdout] test src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 87) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox (line 18) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::deref_mut (line 126) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::drop (line 142) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 67) ... FAILED
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::clone (line 115) ... FAILED
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::drop (line 180) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 54) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 18) ... ignored
[INFO] [stdout] test src/lib.rs - (line 48) ... ignored
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 53) ... FAILED
[INFO] [stdout] test src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 41) ... FAILED
[INFO] [stdout] test src/arena.rs - arena::arena_fail (line 720) - compile fail ... ok
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 79) ... FAILED
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc (line 29) ... FAILED
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 66) ... FAILED
[INFO] [stdout] test src/arena_rc.rs - arena_rc::ArenaRc<T>::deref (line 137) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::alloc_rc (line 292) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::stats (line 388) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::alloc (line 198) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::shrink_to_fit (line 452) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::alloc_with (line 240) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::arena_fail (line 595) - compile fail ... ok
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::with_capacity (line 135) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::alloc_rc_with (line 334) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc_with (line 438) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc_with (line 533) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::Pool<T>::new (line 116) ... FAILED
[INFO] [stdout] test src/pool.rs - pool::arena_fail (line 606) - compile fail ... ok
[INFO] [stdout] test src/pool.rs - pool::PoolBox (line 19) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::new (line 285) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc (line 393) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc (line 491) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::with_capacity (line 255) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::shrink_to_fit (line 602) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc (line 299) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::arena_fail (line 882) - compile fail ... ok
[INFO] [stdout] test src/shared_arena.rs - shared_arena::arena_fail (line 896) - compile fail ... ok
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::stats (line 727) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena (line 18) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_with (line 341) ... FAILED
[INFO] [stdout] test src/shared_arena.rs - shared_arena::arena_fail (line 889) - compile fail ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/arena.rs - arena::Arena<T>::new (line 135) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 135 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc_arc (line 243) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:244:5
[INFO] [stdout]     |
[INFO] [stdout] 244 | use shared_arena::{ArenaArc, Arena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 243 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::stats (line 537) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:538:5
[INFO] [stdout]     |
[INFO] [stdout] 538 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 537 + mod shared_arena;
[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/arena.rs - arena::Arena (line 19) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use shared_arena::Arena;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 19 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc_rc_with (line 379) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:380:5
[INFO] [stdout]     |
[INFO] [stdout] 380 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 379 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc_with (line 191) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 191 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc_arc_with (line 285) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 285 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::shrink_to_fit (line 440) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:441:5
[INFO] [stdout]     |
[INFO] [stdout] 441 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 440 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc (line 149) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 | use shared_arena::{ArenaBox, Arena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 149 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::alloc_rc (line 337) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:338:5
[INFO] [stdout]     |
[INFO] [stdout] 338 | use shared_arena::{ArenaRc, Arena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 337 + mod shared_arena;
[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/arena.rs - arena::Arena<T>::with_capacity (line 109) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | use shared_arena::Arena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 109 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc (line 35) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_arc.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 35 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::clone (line 153) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_arc.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 153 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 61) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_arc.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 61 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::drop (line 192) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_arc.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 | use shared_arena::{ArenaBox, Arena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 192 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::deref (line 113) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_box.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 113 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 74) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_arc.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 74 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::deref (line 175) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_arc.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 175 + mod shared_arena;
[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/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 87) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_arc.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 87 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox (line 18) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_box.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 18 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::deref_mut (line 126) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_box.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 126 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::drop (line 142) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_box.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 142 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 67) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_box.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 67 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::clone (line 115) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_rc.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 115 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::drop (line 180) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_rc.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 | use shared_arena::{ArenaRc, Arena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 180 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 54) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_box.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 54 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 53) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_rc.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 53 + mod shared_arena;
[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/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 41) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_box.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 41 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 79) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_rc.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 79 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_rc.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use shared_arena::{ArenaRc, Arena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 29 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 66) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/arena_rc.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 66 + mod shared_arena;
[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/arena_rc.rs - arena_rc::ArenaRc<T>::deref (line 137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/arena_rc.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 137 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::alloc_rc (line 292) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:293:5
[INFO] [stdout]     |
[INFO] [stdout] 293 | use shared_arena::{ArenaRc, Pool};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 292 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::stats (line 388) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:389:5
[INFO] [stdout]     |
[INFO] [stdout] 389 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 388 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::alloc (line 198) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 | use shared_arena::{PoolBox, Pool};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 198 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::shrink_to_fit (line 452) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 452 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::alloc_with (line 240) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 240 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::with_capacity (line 135) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 135 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::alloc_rc_with (line 334) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:335:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 334 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc_with (line 438) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:439:5
[INFO] [stdout]     |
[INFO] [stdout] 439 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 438 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc_with (line 533) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:534:5
[INFO] [stdout]     |
[INFO] [stdout] 534 | use shared_arena::SharedArena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 533 + mod shared_arena;
[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/pool.rs - pool::Pool<T>::new (line 116) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/pool.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | use shared_arena::Pool;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 116 + mod shared_arena;
[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/pool.rs - pool::PoolBox (line 19) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/pool.rs:20:5
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]    |
[INFO] [stdout] 20 | use shared_arena::{PoolBox, Pool};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 19 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::new (line 285) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | use shared_arena::SharedArena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 285 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc (line 393) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:394:5
[INFO] [stdout]     |
[INFO] [stdout] 394 | use shared_arena::{ArenaArc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 393 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc (line 491) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:492:5
[INFO] [stdout]     |
[INFO] [stdout] 492 | use shared_arena::{ArenaRc, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 491 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::with_capacity (line 255) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:256:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | use shared_arena::SharedArena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 255 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::shrink_to_fit (line 602) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:603:5
[INFO] [stdout]     |
[INFO] [stdout] 603 | use shared_arena::SharedArena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 602 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc (line 299) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 299 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::stats (line 727) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:728:5
[INFO] [stdout]     |
[INFO] [stdout] 728 | use shared_arena::SharedArena;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 727 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena (line 18) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]   --> src/shared_arena.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use shared_arena::SharedArena;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 18 + mod shared_arena;
[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/shared_arena.rs - shared_arena::SharedArena<T>::alloc_with (line 341) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `shared_arena`
[INFO] [stdout]    --> src/shared_arena.rs:342:5
[INFO] [stdout]     |
[INFO] [stdout] 342 | use shared_arena::{ArenaBox, SharedArena};
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `shared_arena`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/shared_arena.rs, use `mod shared_arena` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 341 + mod shared_arena;
[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/arena.rs - arena::Arena (line 19)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc (line 149)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc_arc (line 243)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc_arc_with (line 285)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc_rc (line 337)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc_rc_with (line 379)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::alloc_with (line 191)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::new (line 135)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::shrink_to_fit (line 440)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::stats (line 537)
[INFO] [stdout]     src/arena.rs - arena::Arena<T>::with_capacity (line 109)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc (line 35)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::clone (line 153)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::deref (line 175)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::drop (line 192)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 61)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 74)
[INFO] [stdout]     src/arena_arc.rs - arena_arc::ArenaArc<T>::fmt (line 87)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox (line 18)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::deref (line 113)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::deref_mut (line 126)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::drop (line 142)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 41)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 54)
[INFO] [stdout]     src/arena_box.rs - arena_box::ArenaBox<T>::fmt (line 67)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc (line 29)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::clone (line 115)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::deref (line 137)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::drop (line 180)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 53)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 66)
[INFO] [stdout]     src/arena_rc.rs - arena_rc::ArenaRc<T>::fmt (line 79)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::alloc (line 198)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::alloc_rc (line 292)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::alloc_rc_with (line 334)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::alloc_with (line 240)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::new (line 116)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::shrink_to_fit (line 452)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::stats (line 388)
[INFO] [stdout]     src/pool.rs - pool::Pool<T>::with_capacity (line 135)
[INFO] [stdout]     src/pool.rs - pool::PoolBox (line 19)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena (line 18)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc (line 299)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc (line 393)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_arc_with (line 438)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc (line 491)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_rc_with (line 533)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::alloc_with (line 341)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::new (line 285)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::shrink_to_fit (line 602)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::stats (line 727)
[INFO] [stdout]     src/shared_arena.rs - shared_arena::SharedArena<T>::with_capacity (line 255)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 52 failed; 2 ignored; 0 measured; 0 filtered out; finished in 2.54s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dedfa041f860cd25fa63138f9532948791838e91fd377f0e89acf8b4eeb81ef1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dedfa041f860cd25fa63138f9532948791838e91fd377f0e89acf8b4eeb81ef1", kill_on_drop: false }`
[INFO] [stdout] dedfa041f860cd25fa63138f9532948791838e91fd377f0e89acf8b4eeb81ef1
