[INFO] fetching crate taskflowrs 0.1.1...
[INFO] testing taskflowrs-0.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate taskflowrs 0.1.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate taskflowrs 0.1.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate taskflowrs 0.1.1
[INFO] tweaked toml for crates.io crate taskflowrs 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate taskflowrs 0.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate taskflowrs 0.1.1 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f7140c6e7d3115ffb5500330b015bbbd89dcf3df158e59e31b6b79855422b991
[INFO] running `Command { std: "docker" "start" "-a" "f7140c6e7d3115ffb5500330b015bbbd89dcf3df158e59e31b6b79855422b991", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7140c6e7d3115ffb5500330b015bbbd89dcf3df158e59e31b6b79855422b991", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7140c6e7d3115ffb5500330b015bbbd89dcf3df158e59e31b6b79855422b991", kill_on_drop: false }`
[INFO] [stdout] f7140c6e7d3115ffb5500330b015bbbd89dcf3df158e59e31b6b79855422b991
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a12f4826b5aa405d035c2a6b76a4dd934a3900ad984735ba9e23b779dabb9df
[INFO] running `Command { std: "docker" "start" "-a" "3a12f4826b5aa405d035c2a6b76a4dd934a3900ad984735ba9e23b779dabb9df", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling taskflowrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/preemptive.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as libc::sighandler_t;
[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] 423 |         sa.sa_sigaction = handler as *const () as libc::sighandler_t;
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
[INFO] running `Command { std: "docker" "inspect" "3a12f4826b5aa405d035c2a6b76a4dd934a3900ad984735ba9e23b779dabb9df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a12f4826b5aa405d035c2a6b76a4dd934a3900ad984735ba9e23b779dabb9df", kill_on_drop: false }`
[INFO] [stdout] 3a12f4826b5aa405d035c2a6b76a4dd934a3900ad984735ba9e23b779dabb9df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 801369cfb63b28c4ca2d6e90725cbc8cf7211f1e66ce63981ff7aae4c0c3eae3
[INFO] running `Command { std: "docker" "start" "-a" "801369cfb63b28c4ca2d6e90725cbc8cf7211f1e66ce63981ff7aae4c0c3eae3", kill_on_drop: false }`
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling taskflowrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/preemptive.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as libc::sighandler_t;
[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] 423 |         sa.sa_sigaction = handler as *const () as libc::sighandler_t;
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/parallel_run_n.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]    --> examples/advanced_features.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     use taskflow_rs::numa::{get_worker_cpus, NumaPinning};
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 185 -     use taskflow_rs::numa::{get_worker_cpus, NumaPinning};
[INFO] [stdout] 185 +     use taskflowrs::numa::{get_worker_cpus, NumaPinning};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/advanced_features.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{
[INFO] [stdout] 1 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/composition_debug.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "parallel_run_n") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/minimal_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/test_tooling_imports.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use taskflow_rs::{
[INFO] [stdout] 2 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> tests/integration_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "advanced_features") due to 2 previous errors
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/gpu_pipeline.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "composition_debug") due to 1 previous error
[INFO] [stderr] error: could not compile `taskflowrs` (example "test_tooling_imports") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]   --> examples/gpu_async_streams.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use taskflow_rs::gpu::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use taskflow_rs::gpu::{
[INFO] [stdout] 18 + use taskflowrs::gpu::{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/gpu_async_streams.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 17 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/enhanced_composition.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{
[INFO] [stdout] 1 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/gpu_tasks.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "minimal_test") due to 1 previous error
[INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_pipeline") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/preemptive_cancellation.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use taskflow_rs::{
[INFO] [stdout] 5 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]  --> examples/pipeline_minimal.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use taskflow_rs::pipeline::{ConcurrentPipeline, Token, StageType};
[INFO] [stdout]   |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 -     use taskflow_rs::pipeline::{ConcurrentPipeline, Token, StageType};
[INFO] [stdout] 3 +     use taskflowrs::pipeline::{ConcurrentPipeline, Token, StageType};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/metrics_demo.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, Metrics};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, Metrics};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, Metrics};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "pipeline_minimal") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/scale_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_async_streams") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "preemptive_cancellation") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/tooling_demo.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use taskflow_rs::{
[INFO] [stdout] 4 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/tooling_demo.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use taskflow_rs::Profiler;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use taskflow_rs::Profiler;
[INFO] [stdout] 9 + use taskflowrs::Profiler;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_tasks") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/tooling_demo.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use taskflow_rs::PerformanceMetrics;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use taskflow_rs::PerformanceMetrics;
[INFO] [stdout] 10 + use taskflowrs::PerformanceMetrics;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "scale_test") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/tooling_demo.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use taskflow_rs::DebugLogger;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use taskflow_rs::DebugLogger;
[INFO] [stdout] 11 + use taskflowrs::DebugLogger;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/tooling_demo.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use taskflow_rs::LogLevel;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use taskflow_rs::LogLevel;
[INFO] [stdout] 12 + use taskflowrs::LogLevel;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/tooling_demo.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use taskflow_rs::generate_dot_graph;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use taskflow_rs::generate_dot_graph;
[INFO] [stdout] 13 + use taskflowrs::generate_dot_graph;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/tooling_demo.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use taskflow_rs::generate_html_report;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use taskflow_rs::generate_html_report;
[INFO] [stdout] 14 + use taskflowrs::generate_html_report;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "enhanced_composition") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "metrics_demo") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "tooling_demo") due to 7 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (test "integration_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "801369cfb63b28c4ca2d6e90725cbc8cf7211f1e66ce63981ff7aae4c0c3eae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "801369cfb63b28c4ca2d6e90725cbc8cf7211f1e66ce63981ff7aae4c0c3eae3", kill_on_drop: false }`
[INFO] [stdout] 801369cfb63b28c4ca2d6e90725cbc8cf7211f1e66ce63981ff7aae4c0c3eae3
