[INFO] fetching crate taskflowrs 0.1.1... [INFO] testing taskflowrs-0.1.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate taskflowrs 0.1.1 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate taskflowrs 0.1.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a059c6431af142fa454f67dd032a84f23bc8049b0a1c97c1408ff25db1669fc [INFO] running `Command { std: "docker" "start" "-a" "5a059c6431af142fa454f67dd032a84f23bc8049b0a1c97c1408ff25db1669fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a059c6431af142fa454f67dd032a84f23bc8049b0a1c97c1408ff25db1669fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a059c6431af142fa454f67dd032a84f23bc8049b0a1c97c1408ff25db1669fc", kill_on_drop: false }` [INFO] [stdout] 5a059c6431af142fa454f67dd032a84f23bc8049b0a1c97c1408ff25db1669fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8869873dd8e5934cc1473c1d8cc3765f7077daf59f775626082bd8a3e532c762 [INFO] running `Command { std: "docker" "start" "-a" "8869873dd8e5934cc1473c1d8cc3765f7077daf59f775626082bd8a3e532c762", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [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.40s [INFO] running `Command { std: "docker" "inspect" "8869873dd8e5934cc1473c1d8cc3765f7077daf59f775626082bd8a3e532c762", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8869873dd8e5934cc1473c1d8cc3765f7077daf59f775626082bd8a3e532c762", kill_on_drop: false }` [INFO] [stdout] 8869873dd8e5934cc1473c1d8cc3765f7077daf59f775626082bd8a3e532c762 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ceda60993bfdc09172e64127abab1f6d77d9e4e5abc842ea6303a8d1dec1198a [INFO] running `Command { std: "docker" "start" "-a" "ceda60993bfdc09172e64127abab1f6d77d9e4e5abc842ea6303a8d1dec1198a", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling jiff v0.2.23 [INFO] [stderr] Compiling taskflowrs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling parking_lot v0.12.5 [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-automata v0.4.14 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling env_filter v1.0.0 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling env_logger v0.11.9 [INFO] [stderr] Compiling tokio v1.50.0 [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] [stderr] error: could not compile `taskflowrs` (example "pipeline_minimal") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope [INFO] [stdout] --> examples/pipeline_benchmark.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::pipeline::ConcurrentPipeline; [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::pipeline::ConcurrentPipeline; [INFO] [stdout] 1 + use taskflowrs::pipeline::ConcurrentPipeline; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope [INFO] [stdout] --> examples/pipeline_basic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::pipeline::{ConcurrentPipeline, Token}; [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::pipeline::{ConcurrentPipeline, Token}; [INFO] [stdout] 1 + use taskflowrs::pipeline::{ConcurrentPipeline, Token}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `taskflow_rs` [INFO] [stdout] --> examples/typed_pipeline.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::{TypeSafePipeline, SimplePipeline}; [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::{TypeSafePipeline, SimplePipeline}; [INFO] [stdout] 1 + use taskflowrs::{TypeSafePipeline, SimplePipeline}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `taskflow_rs` [INFO] [stdout] --> examples/loop_and_cycle_detection.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, CycleDetector, Loop}; [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, CycleDetector, Loop}; [INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, CycleDetector, Loop}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `taskflowrs` (example "pipeline_basic") due to 1 previous error [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 E0433`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `taskflow_rs` [INFO] [stdout] --> examples/basic.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[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] [stdout] error[E0432]: unresolved import `taskflow_rs` [INFO] [stdout] --> examples/benchmark_heavy.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] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `taskflowrs` (example "test_tooling_imports") due to 1 previous error [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 E0433`. [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/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] [stderr] error: could not compile `taskflowrs` (example "basic") due to 1 previous error [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] [stderr] error: could not compile `taskflowrs` (example "pipeline_benchmark") 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 "scale_test") due to 1 previous error [INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope [INFO] [stdout] --> examples/pipeline_advanced.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::pipeline::{ConcurrentPipeline, Token}; [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::pipeline::{ConcurrentPipeline, Token}; [INFO] [stdout] 1 + use taskflowrs::pipeline::{ConcurrentPipeline, Token}; [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] [stdout] error[E0432]: unresolved import `taskflow_rs` [INFO] [stdout] --> examples/run_variants_practical.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] warning: unused import: `AtomicBool` [INFO] [stdout] --> examples/run_variants_practical.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::atomic::{AtomicUsize, AtomicBool, Ordering}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> examples/pipeline_advanced.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `taskflowrs` (example "typed_pipeline") 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/parallel_scan.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, parallel_inclusive_scan, parallel_exclusive_scan}; [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, parallel_inclusive_scan, parallel_exclusive_scan}; [INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, parallel_inclusive_scan, parallel_exclusive_scan}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `taskflowrs` (example "loop_and_cycle_detection") due to 1 previous error [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 "parallel_run_n") due to 1 previous error [INFO] [stderr] error: could not compile `taskflowrs` (example "benchmark_heavy") due to 1 previous error [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 E0433`. [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] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `taskflowrs` (example "pipeline_advanced") due to 1 previous error; 1 warning emitted [INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_tasks") due to 1 previous error [INFO] [stderr] error: could not compile `taskflowrs` (example "parallel_scan") 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 "run_variants_practical") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ceda60993bfdc09172e64127abab1f6d77d9e4e5abc842ea6303a8d1dec1198a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ceda60993bfdc09172e64127abab1f6d77d9e4e5abc842ea6303a8d1dec1198a", kill_on_drop: false }` [INFO] [stdout] ceda60993bfdc09172e64127abab1f6d77d9e4e5abc842ea6303a8d1dec1198a