[INFO] cloning repository https://github.com/araxnoid-code/orqestra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/araxnoid-code/orqestra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faraxnoid-code%2Forqestra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faraxnoid-code%2Forqestra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0768aae30fda3ad932fdd2abccfd38421b530b1b
[INFO] testing araxnoid-code/orqestra against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faraxnoid-code%2Forqestra" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/araxnoid-code/orqestra
[INFO] finished tweaking git repo https://github.com/araxnoid-code/orqestra
[INFO] tweaked toml for git repo https://github.com/araxnoid-code/orqestra written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/araxnoid-code/orqestra on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/araxnoid-code/orqestra 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a
[INFO] running `Command { std: "docker" "start" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling orqestra v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `WaitingTask`
[INFO] [stdout]  --> src/orqestra/core/core.rs:8:79
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ExecutableTask, Job, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore, WaitingTask,
[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: `crossbeam_queue::SegQueue`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crossbeam_queue::SegQueue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExecutableTask`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ExecutableTask, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefCell` and `Ref`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/job.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::{Ref, RefCell},
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicPtr` and `cell::RefCell`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/task.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::RefCell,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 5 |         atomic::{AtomicBool, AtomicPtr},
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arc_value`
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:236:21
[INFO] [stdout]     |
[INFO] [stdout] 236 |         if let Some(arc_value) = self.vec.lock().unwrap().get(idx) {
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
[INFO] running `Command { std: "docker" "inspect" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `WaitingTask`
[INFO] [stdout]  --> src/orqestra/core/core.rs:8:79
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ExecutableTask, Job, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore, WaitingTask,
[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: `crossbeam_queue::SegQueue`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crossbeam_queue::SegQueue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExecutableTask`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ExecutableTask, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefCell` and `Ref`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/job.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::{Ref, RefCell},
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicPtr` and `cell::RefCell`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/task.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::RefCell,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 5 |         atomic::{AtomicBool, AtomicPtr},
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arc_value`
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:236:21
[INFO] [stdout]     |
[INFO] [stdout] 236 |         if let Some(arc_value) = self.vec.lock().unwrap().get(idx) {
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling orqestra v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `WaitingTask`
[INFO] [stdout]  --> src/orqestra/core/core.rs:8:79
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ExecutableTask, Job, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore, WaitingTask,
[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: `crossbeam_queue::SegQueue`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crossbeam_queue::SegQueue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExecutableTask`
[INFO] [stdout]   --> src/orqestra/execute_core/core.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ExecutableTask, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefCell` and `Ref`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/job.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::{Ref, RefCell},
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicPtr` and `cell::RefCell`
[INFO] [stdout]  --> src/orqestra/ring_buffer_core/exec/task.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::RefCell,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 5 |         atomic::{AtomicBool, AtomicPtr},
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arc_value`
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:236:21
[INFO] [stdout]     |
[INFO] [stdout] 236 |         if let Some(arc_value) = self.vec.lock().unwrap().get(idx) {
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stderr] warning: unused import: `WaitingTask`
[INFO] [stdout] running 0 tests
[INFO] [stderr]  --> src/orqestra/core/core.rs:8:79
[INFO] [stdout] 
[INFO] [stderr]   |
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 8 |     ExecutableTask, Job, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore, WaitingTask,
[INFO] [stdout] 
[INFO] [stderr]   |                                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]   |
[INFO] [stdout] running 0 tests
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] warning: unused import: `crossbeam_queue::SegQueue`
[INFO] [stdout] 
[INFO] [stderr]   --> src/orqestra/execute_core/core.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crossbeam_queue::SegQueue;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ExecutableTask`
[INFO] [stderr]   --> src/orqestra/execute_core/core.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     ExecutableTask, OrqestraJobTrait, OrqestraTaskTrait, RingBufferCore,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `RefCell` and `Ref`
[INFO] [stderr]  --> src/orqestra/ring_buffer_core/exec/job.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 |     cell::{Ref, RefCell},
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AtomicPtr` and `cell::RefCell`
[INFO] [stderr]  --> src/orqestra/ring_buffer_core/exec/task.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 |     cell::RefCell,
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 5 |         atomic::{AtomicBool, AtomicPtr},
[INFO] [stderr]   |                              ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `arc_value`
[INFO] [stderr]    --> src/orqestra/ring_buffer_core/exec/job.rs:236:21
[INFO] [stderr]     |
[INFO] [stderr] 236 |         if let Some(arc_value) = self.vec.lock().unwrap().get(idx) {
[INFO] [stderr]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_value`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `orqestra` (lib) generated 6 warnings (run `cargo fix --lib -p orqestra` to apply 6 suggestions)
[INFO] [stderr] warning: `orqestra` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orqestra-e51afb9e6828098d)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/orqestra-136f1bfa0c9a7cc9)
[INFO] [stderr]    Doc-tests orqestra
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 193) ... FAILED
[INFO] [stdout] test src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::InnerJob (line 36) ... FAILED
[INFO] [stdout] test src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job (line 108) ... FAILED
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::try_spawn_task (line 131) ... ok
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 205) ... FAILED
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::new (line 51) ... FAILED
[INFO] [stdout] test src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::JobDep<'a,O>::get (line 202) ... FAILED
[INFO] [stdout] test src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job<J,O>::after (line 146) ... FAILED
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 168) ... FAILED
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::spawn_task (line 85) ... ok
[INFO] [stdout] test src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::secondary_spawn_task (line 220) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 193) stdout ----
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/core/core.rs:197:4
[INFO] [stdout]     |
[INFO] [stdout] 197 |    \     /
[INFO] [stdout]     |    ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/core/core.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     \   /
[INFO] [stdout]     |     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/core/core.rs:199:6
[INFO] [stdout]     |
[INFO] [stdout] 199 |      \ /
[INFO] [stdout]     |      ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `code`
[INFO] [stdout]    --> src/orqestra/core/core.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 | The code above will create a graph like this
[INFO] [stdout]     |     ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::InnerJob (line 36) stdout ----
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 |      / \       Job_2
[INFO] [stdout]    |        ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     /   \      next_jobs: [job_4]
[INFO] [stdout]    |         ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 |    /     \     exec_counter: 1
[INFO] [stdout]    |          ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 |    \     /     next_jobs: [job_4]
[INFO] [stdout]    |    ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     \   /      exec_counter: 1
[INFO] [stdout]    |     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:47:6
[INFO] [stdout]    |
[INFO] [stdout] 47 |      \ /
[INFO] [stdout]    |      ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `Job_1`
[INFO] [stdout]   --> src/orqestra/ring_buffer_core/exec/job.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |             Job_1
[INFO] [stdout]    |                  - expected one of `!` or `::`
[INFO] [stdout] 38 |     Job_1   next_jobs: [Job_2, Job_3]
[INFO] [stdout]    |     ^^^^^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job (line 108) stdout ----
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 113 |      / \       Job_2
[INFO] [stdout]     |        ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /   \      next_jobs: [job_4]
[INFO] [stdout]     |         ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 |    /     \     exec_counter: 1
[INFO] [stdout]     |          ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:117:4
[INFO] [stdout]     |
[INFO] [stdout] 117 |    \     /     next_jobs: [job_4]
[INFO] [stdout]     |    ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     \   /      exec_counter: 1
[INFO] [stdout]     |     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:119:6
[INFO] [stdout]     |
[INFO] [stdout] 119 |      \ /
[INFO] [stdout]     |      ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `Job_1`
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |             Job_1
[INFO] [stdout]     |                  - expected one of `!` or `::`
[INFO] [stdout] 110 |     Job_1   next_jobs: [Job_2, Job_3]
[INFO] [stdout]     |     ^^^^^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 205) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `orqestra`
[INFO] [stdout]    --> src/orqestra/core/core.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | orqestra.job_exec(job_1);
[INFO] [stdout]     | ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 208 - orqestra.job_exec(job_1);
[INFO] [stdout] 208 + orqestra::job_exec(job_1);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `job_1` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 | orqestra.job_exec(job_1);
[INFO] [stdout]     |                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `orqestra`
[INFO] [stdout]    --> src/orqestra/core/core.rs:209:1
[INFO] [stdout]     |
[INFO] [stdout] 209 | orqestra.job_exec(job_2);
[INFO] [stdout]     | ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 209 - orqestra.job_exec(job_2);
[INFO] [stdout] 209 + orqestra::job_exec(job_2);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `job_2` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:209:19
[INFO] [stdout]     |
[INFO] [stdout] 209 | orqestra.job_exec(job_2);
[INFO] [stdout]     |                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::new (line 51) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `OrqestraTaskTrait` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:55:6
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl OrqestraTaskTrait<usize> for MyTask {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `JobDep` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 | struct MyJob(fn(JobDep<usize>) -> usize);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrqestraJobTrait` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl OrqestraJobTrait<usize> for MyJob {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `JobDep` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn execute(&self, job_dep: JobDep<usize>) -> usize {
[INFO] [stdout]    |                                ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Orqestra` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 |    let orqestra: Orqestra<MyTask, MyJob, usize, 64, 4> = Orqestra::new();
[INFO] [stdout]    |                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Orqestra` in this scope
[INFO] [stdout]   --> src/orqestra/core/core.rs:71:58
[INFO] [stdout]    |
[INFO] [stdout] 71 |    let orqestra: Orqestra<MyTask, MyJob, usize, 64, 4> = Orqestra::new();
[INFO] [stdout]    |                                                          ^^^^^^^^ use of undeclared type `Orqestra`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::JobDep<'a,O>::get (line 202) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:205:19
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyTask` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:205:28
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                            ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:205:36
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:205:55
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                                       ^^^^^^^^ use of undeclared type `Orqestra`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:207:17
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:207:26
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let job_3 = Job::new(MyJob(|dep| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:217:26
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let job_3 = Job::new(MyJob(|dep| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job<J,O>::after (line 146) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:149:19
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyTask` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:149:28
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                            ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:149:36
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:149:55
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let orqestra: Orqestra<MyTask, MyJob, _, 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                                       ^^^^^^^^ use of undeclared type `Orqestra`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:151:26
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/ring_buffer_core/exec/job.rs:156:26
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 168) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:171:19
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let orqestra: Orqestra<MyTask, MyJob, (), 64, 4> = Orqestra::new();
[INFO] [stdout]     |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyTask` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let orqestra: Orqestra<MyTask, MyJob, (), 64, 4> = Orqestra::new();
[INFO] [stdout]     |                            ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:171:36
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let orqestra: Orqestra<MyTask, MyJob, (), 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Orqestra` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:171:56
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let orqestra: Orqestra<MyTask, MyJob, (), 64, 4> = Orqestra::new();
[INFO] [stdout]     |                                                        ^^^^^^^^ use of undeclared type `Orqestra`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let job_1 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let job_2 = Job::new(MyJob(|_| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Job` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:181:17
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let job_3 = Job::new(MyJob(|dep| {
[INFO] [stdout]     |                 ^^^ use of undeclared type `Job`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyJob` in this scope
[INFO] [stdout]    --> src/orqestra/core/core.rs:181:26
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let job_3 = Job::new(MyJob(|dep| {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 168)
[INFO] [stdout]     src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 193)
[INFO] [stdout]     src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::job_exec (line 205)
[INFO] [stdout]     src/orqestra/core/core.rs - orqestra::core::core::Orqestra<T,J,O,RING_BUFFER_SIZE,WORKERS_SIZE>::new (line 51)
[INFO] [stdout]     src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::InnerJob (line 36)
[INFO] [stdout]     src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job (line 108)
[INFO] [stdout]     src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::Job<J,O>::after (line 146)
[INFO] [stdout]     src/orqestra/ring_buffer_core/exec/job.rs - orqestra::ring_buffer_core::exec::job::JobDep<'a,O>::get (line 202)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.24s; merged doctests compilation took 0.28s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a", kill_on_drop: false }`
[INFO] [stdout] 00c84ae2c9c9ea97c44ff537f8c832d454df53c9223c07fa56e2793aafec2a2a
