[INFO] cloning repository https://github.com/Ncerzzk/RustFlight
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ncerzzk/RustFlight" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNcerzzk%2FRustFlight", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNcerzzk%2FRustFlight'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98f990212bbb3795f9a585cc84174c7ecbf91bb0
[INFO] checking Ncerzzk/RustFlight against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNcerzzk%2FRustFlight" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ncerzzk/RustFlight
[INFO] finished tweaking git repo https://github.com/Ncerzzk/RustFlight
[INFO] tweaked toml for git repo https://github.com/Ncerzzk/RustFlight written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ncerzzk/RustFlight on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ncerzzk/RustFlight 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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] 1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1
[INFO] running `Command { std: "docker" "start" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1", 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" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.109
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling libc v0.2.150 (https://github.com/rust-lang/libc.git#497ac428)
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking fdt v0.1.5
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking sendfd v0.4.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking polling v3.5.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling ctor v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]     Checking rpos v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/hrt.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     use std::time::Duration;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> src/msg.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     #[ctor::ctor]
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `lock_step_enabled`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `ctor::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> src/module.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[ctor]
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `lock_step_enabled`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the attribute macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ptr::null`
[INFO] [stdout]    --> src/pthread_scheduler.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     use std::ptr::null;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]    --> src/pthread_scheduler.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |         let sp = SchedulePthread::new(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |             None,
[INFO] [stdout]     |             ---- unexpected argument #6 of type `Option<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/pthread_scheduler.rs:59:12
[INFO] [stdout]     |
[INFO] [stdout]  59 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 137 -             false,
[INFO] [stdout] 138 -             None,
[INFO] [stdout] 137 +             false,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]    --> src/pthread_scheduler.rs:168:18
[INFO] [stdout]     |
[INFO] [stdout] 168 |         let sp = SchedulePthread::new(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |             None,
[INFO] [stdout]     |             ---- unexpected argument #6 of type `Option<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/pthread_scheduler.rs:59:12
[INFO] [stdout]     |
[INFO] [stdout]  59 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 173 -             false,
[INFO] [stdout] 174 -             None,
[INFO] [stdout] 173 +             false,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `argv`
[INFO] [stdout]   --> src/module.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn test_func(argc: u32, argv: *const &str) {
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_argv`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/channel.rs:254:18
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let (tx, mut rx) = Channel::<TestStruct>::new();
[INFO] [stdout]     |                  ----^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx2`
[INFO] [stdout]    --> src/channel.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |             let rx2 = rx.clone();
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_rx2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/channel.rs:298:18
[INFO] [stdout]     |
[INFO] [stdout] 298 |         let (tx, mut rx) = Channel::<TestStruct>::new();
[INFO] [stdout]     |                  ----^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]    --> src/channel.rs:295:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |         fn test_func(msg: &TestStruct) {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rpos` (lib test) due to 2 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `black_box`
[INFO] [stdout]  --> benches/schedule_bench.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]   --> benches/schedule_bench.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let sp = SchedulePthread::new(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |         None,
[INFO] [stdout]    |         ---- unexpected argument #6 of type `Option<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/pthread_scheduler.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 45 -         true,
[INFO] [stdout] 46 -         None,
[INFO] [stdout] 45 +         true,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `last_scheduled_time` on type `Arc<SchedulePthread>`
[INFO] [stdout]   --> benches/schedule_bench.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 |                         *(sp.last_scheduled_time.read().unwrap()) - *(sp.deadline.read().unwrap());
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `thread_args`, `thread_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `deadline` on type `Arc<SchedulePthread>`
[INFO] [stdout]   --> benches/schedule_bench.rs:21:74
[INFO] [stdout]    |
[INFO] [stdout] 21 |                         *(sp.last_scheduled_time.read().unwrap()) - *(sp.deadline.read().unwrap());
[INFO] [stdout]    |                                                                          ^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `thread_args`, `thread_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `last_scheduled_time` on type `Arc<SchedulePthread>`
[INFO] [stdout]   --> benches/schedule_bench.rs:26:34
[INFO] [stdout]    |
[INFO] [stdout] 26 | ...                   *(sp.last_scheduled_time.read().unwrap()),
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `thread_args`, `thread_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `deadline` on type `Arc<SchedulePthread>`
[INFO] [stdout]   --> benches/schedule_bench.rs:27:34
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...                   *(sp.deadline.read().unwrap())
[INFO] [stdout]    |                            ^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `thread_args`, `thread_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]   --> benches/schedule_bench.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let sp = SchedulePthread::new(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |         None,
[INFO] [stdout]    |         ---- unexpected argument #6 of type `Option<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/pthread_scheduler.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 76 -         true,
[INFO] [stdout] 77 -         None,
[INFO] [stdout] 76 +         true,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]    --> benches/schedule_bench.rs:106:14
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let sp = SchedulePthread::new(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |         None,
[INFO] [stdout]     |         ---- unexpected argument #6 of type `Option<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/pthread_scheduler.rs:59:12
[INFO] [stdout]     |
[INFO] [stdout]  59 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 111 -         true,
[INFO] [stdout] 112 -         None,
[INFO] [stdout] 111 +         true,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `last_scheduled_time` on type `Arc<SchedulePthread>`
[INFO] [stdout]   --> benches/schedule_bench.rs:97:68
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     let latency = rpos::hrt::get_time_now() - *(sp.last_scheduled_time.read().unwrap());
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `thread_args`, `thread_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> benches/schedule_bench.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let mut cnt = 0;
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> benches/schedule_bench.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let mut c = unsafe { &mut *(sp.thread_args as *mut Criterion) };
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cnt`
[INFO] [stdout]   --> benches/schedule_bench.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let mut cnt = 0;
[INFO] [stdout]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cnt`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rpos` (bench "schedule_bench") due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1", kill_on_drop: false }`
[INFO] [stdout] 1a3ba51e49a1aebe736040c696309051d30062bdabec8ceaaf3cffd5ea9f4cd1
