[INFO] fetching crate piano-runtime 0.14.2...
[INFO] testing piano-runtime-0.14.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate piano-runtime 0.14.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate piano-runtime 0.14.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate piano-runtime 0.14.2
[INFO] tweaked toml for crates.io crate piano-runtime 0.14.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate piano-runtime 0.14.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate piano-runtime 0.14.2 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b40a8675af1777e20970d936d5145bfd32ed8729fddb81700847053f3f51695e
[INFO] running `Command { std: "docker" "start" "-a" "b40a8675af1777e20970d936d5145bfd32ed8729fddb81700847053f3f51695e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b40a8675af1777e20970d936d5145bfd32ed8729fddb81700847053f3f51695e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b40a8675af1777e20970d936d5145bfd32ed8729fddb81700847053f3f51695e", kill_on_drop: false }`
[INFO] [stdout] b40a8675af1777e20970d936d5145bfd32ed8729fddb81700847053f3f51695e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9be91a9cdb7f7d73dfee776b0cc98c758aaa2598b3863620148e13c0ec4751b2
[INFO] running `Command { std: "docker" "start" "-a" "9be91a9cdb7f7d73dfee776b0cc98c758aaa2598b3863620148e13c0ec4751b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling piano-runtime v0.14.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:267:51
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as usize);
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as *const () as usize);
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:272:52
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as usize);
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as *const () as usize);
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "9be91a9cdb7f7d73dfee776b0cc98c758aaa2598b3863620148e13c0ec4751b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9be91a9cdb7f7d73dfee776b0cc98c758aaa2598b3863620148e13c0ec4751b2", kill_on_drop: false }`
[INFO] [stdout] 9be91a9cdb7f7d73dfee776b0cc98c758aaa2598b3863620148e13c0ec4751b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30cc152a84b3c26da26c888b5b78c3280c8f433262c9b66259426fdfa6792277
[INFO] running `Command { std: "docker" "start" "-a" "30cc152a84b3c26da26c888b5b78c3280c8f433262c9b66259426fdfa6792277", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:267:51
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as usize);
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as *const () as usize);
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:272:52
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as usize);
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as *const () as usize);
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling piano-runtime v0.14.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/alloc_failing.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::alloc::{snapshot_alloc_counters, PianoAllocator};
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::aggregator::drain_thread_agg`
[INFO] [stdout]  --> tests/guard.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `drain_thread_agg` in `aggregator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/guard.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/output_format.rs:4:20
[INFO] [stdout]    |
[INFO] [stdout]  4 | use piano_runtime::aggregator::FnAgg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/guard.rs:2:20
[INFO] [stdout]    |
[INFO] [stdout]  2 | use piano_runtime::alloc::{record_alloc, PianoAllocator};
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `guard` is private
[INFO] [stdout]   --> tests/guard.rs:3:20
[INFO] [stdout]    |
[INFO] [stdout]  3 | use piano_runtime::guard::enter;
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `guard` is defined here
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | mod guard;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `output` is private
[INFO] [stdout]   --> tests/output_format.rs:5:20
[INFO] [stdout]    |
[INFO] [stdout]  5 | use piano_runtime::output::{
[INFO] [stdout]    |                    ^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `output` is defined here
[INFO] [stdout]   --> src/lib.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | mod output;
[INFO] [stdout]    | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::alloc::is_reentrant`
[INFO] [stdout]  --> tests/alloc.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | use piano_runtime::alloc::{is_reentrant, record_alloc, snapshot_alloc_counters, ReentrancyGuard};
[INFO] [stdout]   |                            ^^^^^^^^^^^^ no `is_reentrant` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/alloc.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::alloc::{is_reentrant, record_alloc, snapshot_alloc_counters, ReentrancyGuard};
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/piano_allocator.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::alloc::{snapshot_alloc_counters, PianoAllocator, ReentrancyGuard};
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::aggregator::drain_thread_agg`
[INFO] [stdout]  --> tests/codegen_patterns.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `drain_thread_agg` in `aggregator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::aggregator::drain_thread_agg`
[INFO] [stdout]  --> tests/enter.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `drain_thread_agg` in `aggregator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/codegen_patterns.rs:6:20
[INFO] [stdout]    |
[INFO] [stdout]  6 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "piano_allocator") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/enter.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `guard` is private
[INFO] [stdout]   --> tests/enter.rs:2:20
[INFO] [stdout]    |
[INFO] [stdout]  2 | use piano_runtime::guard::enter;
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `guard` is defined here
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | mod guard;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "alloc") due to 2 previous errors
[INFO] [stderr] error: could not compile `piano-runtime` (test "guard") due to 4 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::aggregator::drain_thread_agg`
[INFO] [stdout]  --> tests/compositions.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `drain_thread_agg` in `aggregator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/compositions.rs:4:20
[INFO] [stdout]    |
[INFO] [stdout]  4 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `guard` is private
[INFO] [stdout]   --> tests/compositions.rs:5:20
[INFO] [stdout]    |
[INFO] [stdout]  5 | use piano_runtime::guard::enter;
[INFO] [stdout]    |                    ^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `guard` is defined here
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | mod guard;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piano_runtime::aggregator::drain_thread_agg`
[INFO] [stdout]  --> tests/enter_async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `drain_thread_agg` in `aggregator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `piano_future` is private
[INFO] [stdout]   --> tests/compositions.rs:6:20
[INFO] [stdout]    |
[INFO] [stdout]  6 | use piano_runtime::piano_future::enter_async;
[INFO] [stdout]    |                    ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `piano_future` is defined here
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | mod piano_future;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]    --> tests/compositions.rs:112:24
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use piano_runtime::alloc::record_alloc;
[INFO] [stdout]     |                        ^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]    --> src/lib.rs:54:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | mod alloc;
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/compositions.rs:75:36
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     piano_runtime::alloc::record_alloc(200);
[INFO] [stdout]    |                                    ^^^^^  ------------ function `record_alloc` is not publicly re-exported
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]   --> tests/compositions.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 piano_runtime::alloc::record_alloc(100);
[INFO] [stdout]    |                                ^^^^^  ------------ function `record_alloc` is not publicly re-exported
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | mod alloc;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "enter") due to 3 previous errors
[INFO] [stdout] error[E0603]: module `aggregator` is private
[INFO] [stdout]   --> tests/enter_async.rs:1:20
[INFO] [stdout]    |
[INFO] [stdout]  1 | use piano_runtime::aggregator::drain_thread_agg;
[INFO] [stdout]    |                    ^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `aggregator` is defined here
[INFO] [stdout]   --> src/lib.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) mod aggregator;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `piano_future` is private
[INFO] [stdout]   --> tests/enter_async.rs:2:20
[INFO] [stdout]    |
[INFO] [stdout]  2 | use piano_runtime::piano_future::enter_async;
[INFO] [stdout]    |                    ^^^^^^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `piano_future` is defined here
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | mod piano_future;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `alloc` is private
[INFO] [stdout]    --> tests/enter_async.rs:163:28
[INFO] [stdout]     |
[INFO] [stdout] 163 |         use piano_runtime::alloc::record_alloc;
[INFO] [stdout]     |                            ^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `alloc` is defined here
[INFO] [stdout]    --> src/lib.rs:54:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | mod alloc;
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "alloc_failing") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:267:51
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as usize);
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 let prev = signal(SIGINT, handler as *const () as usize);
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/shutdown.rs:272:52
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as usize);
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 272 |                 let prev = signal(SIGTERM, handler as *const () as usize);
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "enter_async") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "output_format") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `piano-runtime` (test "compositions") due to 7 previous errors
[INFO] [stderr] error: could not compile `piano-runtime` (test "codegen_patterns") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "30cc152a84b3c26da26c888b5b78c3280c8f433262c9b66259426fdfa6792277", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30cc152a84b3c26da26c888b5b78c3280c8f433262c9b66259426fdfa6792277", kill_on_drop: false }`
[INFO] [stdout] 30cc152a84b3c26da26c888b5b78c3280c8f433262c9b66259426fdfa6792277
