[INFO] cloning repository https://github.com/MathisBurger/os-scheduler-sim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MathisBurger/os-scheduler-sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathisBurger%2Fos-scheduler-sim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathisBurger%2Fos-scheduler-sim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a66c59d23fda9b755d377e75b16f9f19136ffe4c
[INFO] checking MathisBurger/os-scheduler-sim against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathisBurger%2Fos-scheduler-sim" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MathisBurger/os-scheduler-sim
[INFO] finished tweaking git repo https://github.com/MathisBurger/os-scheduler-sim
[INFO] tweaked toml for git repo https://github.com/MathisBurger/os-scheduler-sim written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MathisBurger/os-scheduler-sim on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MathisBurger/os-scheduler-sim 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1
[INFO] running `Command { std: "docker" "start" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1", 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" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1", 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" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking scheduling_sim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/task.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/task.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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: module `FCFS` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod FCFS;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `fcfs`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `FCFS` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod FCFS;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `fcfs`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `SJF` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod SJF;
[INFO] [stdout]   |                ^^^ help: convert the identifier to snake case: `sjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `PSJF` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod PSJF;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case: `psjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `SJF` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod SJF;
[INFO] [stdout]   |                ^^^ help: convert the identifier to snake case: `sjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `FCFS` should have a snake case name
[INFO] [stdout]  --> src/algo/FCFS.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn FCFS(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^^ help: convert the identifier to snake case (notice the capitalization): `fcfs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `PSJF` should have a snake case name
[INFO] [stdout]  --> src/algo/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod PSJF;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case: `psjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `SJF` should have a snake case name
[INFO] [stdout]  --> src/algo/SJF.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn SJF(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^ help: convert the identifier to snake case: `sjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `FCFS` should have a snake case name
[INFO] [stdout]  --> src/algo/FCFS.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn FCFS(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^^ help: convert the identifier to snake case (notice the capitalization): `fcfs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `SJF` should have a snake case name
[INFO] [stdout]  --> src/algo/SJF.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn SJF(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^ help: convert the identifier to snake case: `sjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `PSJF` should have a snake case name
[INFO] [stdout]  --> src/algo/PSJF.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn PSJF(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^^ help: convert the identifier to snake case: `psjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `PSJF` should have a snake case name
[INFO] [stdout]  --> src/algo/PSJF.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn PSJF(tasks: &mut [Task]) -> u64 {
[INFO] [stdout]   |        ^^^^ help: convert the identifier to snake case: `psjf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `RT_SUM` should have a snake case name
[INFO] [stdout]   --> src/algo/PSJF.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let RT_SUM = run_time + duration as u64;
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `rt_sum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `RT_SUM` should have a snake case name
[INFO] [stdout]   --> src/algo/PSJF.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let RT_SUM = run_time + duration as u64;
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `rt_sum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] running `Command { std: "docker" "inspect" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1", kill_on_drop: false }`
[INFO] [stdout] 22105e8d74b446c30a56cf6822083d37f3f0d4f5719f0eb38a6bc2597a76d3d1
