Oct 12 21:45:32.878 INFO checking f-ctt/The-Senate-Bus-Problem against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 21:45:32.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:45:33.359 INFO blam! 1d2155e51d9eec618bce3555e24aa704ca1bb7c842ec9a8adaa2e4c223b8c907 Oct 12 21:45:33.361 INFO running `"docker" "start" "-a" "1d2155e51d9eec618bce3555e24aa704ca1bb7c842ec9a8adaa2e4c223b8c907"` Oct 12 21:45:35.513 INFO kablam! usermod: no changes Oct 12 21:45:35.672 INFO kablam! Checking rand_core v0.2.0-pre.0 Oct 12 21:45:36.513 INFO kablam! Checking rand v0.5.0-pre.2 Oct 12 21:45:39.198 INFO kablam! Checking The-Senate-Bus-problem v0.1.0 (/source) Oct 12 21:45:40.049 INFO kablam! warning: unused import: `RwLock` Oct 12 21:45:40.049 INFO kablam! --> src/main.rs:1:29 Oct 12 21:45:40.050 INFO kablam! | Oct 12 21:45:40.050 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 12 21:45:40.050 INFO kablam! | ^^^^^^ Oct 12 21:45:40.053 INFO kablam! | Oct 12 21:45:40.053 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:45:40.053 INFO kablam! Oct 12 21:45:40.101 INFO kablam! warning: unused import: `RwLock` Oct 12 21:45:40.102 INFO kablam! --> src/main.rs:1:29 Oct 12 21:45:40.112 INFO kablam! | Oct 12 21:45:40.112 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 12 21:45:40.112 INFO kablam! | ^^^^^^ Oct 12 21:45:40.112 INFO kablam! | Oct 12 21:45:40.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:45:40.112 INFO kablam! Oct 12 21:45:40.301 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 12 21:45:40.302 INFO kablam! | Oct 12 21:45:40.302 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:45:40.303 INFO kablam! Oct 12 21:45:40.303 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 12 21:45:40.303 INFO kablam! --> src/main.rs:8:1 Oct 12 21:45:40.303 INFO kablam! | Oct 12 21:45:40.304 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 12 21:45:40.304 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 12 21:45:40.304 INFO kablam! 10 | | *waiting += 1; Oct 12 21:45:40.305 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 12 21:45:40.305 INFO kablam! 12 | | } Oct 12 21:45:40.305 INFO kablam! | |_^ Oct 12 21:45:40.305 INFO kablam! Oct 12 21:45:40.306 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 12 21:45:40.306 INFO kablam! --> src/main.rs:62:9 Oct 12 21:45:40.306 INFO kablam! | Oct 12 21:45:40.307 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 12 21:45:40.307 INFO kablam! | ^^^^^^^^^ Oct 12 21:45:40.307 INFO kablam! Oct 12 21:45:40.307 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 12 21:45:40.312 INFO kablam! --> src/main.rs:72:9 Oct 12 21:45:40.312 INFO kablam! | Oct 12 21:45:40.313 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 12 21:45:40.313 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:45:40.313 INFO kablam! Oct 12 21:45:40.393 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 12 21:45:40.393 INFO kablam! | Oct 12 21:45:40.393 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:45:40.393 INFO kablam! Oct 12 21:45:40.394 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 12 21:45:40.394 INFO kablam! --> src/main.rs:8:1 Oct 12 21:45:40.394 INFO kablam! | Oct 12 21:45:40.394 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 12 21:45:40.395 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 12 21:45:40.395 INFO kablam! 10 | | *waiting += 1; Oct 12 21:45:40.395 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 12 21:45:40.396 INFO kablam! 12 | | } Oct 12 21:45:40.396 INFO kablam! | |_^ Oct 12 21:45:40.396 INFO kablam! Oct 12 21:45:40.396 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 12 21:45:40.397 INFO kablam! --> src/main.rs:62:9 Oct 12 21:45:40.397 INFO kablam! | Oct 12 21:45:40.397 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 12 21:45:40.397 INFO kablam! | ^^^^^^^^^ Oct 12 21:45:40.398 INFO kablam! Oct 12 21:45:40.398 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 12 21:45:40.398 INFO kablam! --> src/main.rs:72:9 Oct 12 21:45:40.398 INFO kablam! | Oct 12 21:45:40.399 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 12 21:45:40.399 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:45:40.399 INFO kablam! Oct 12 21:45:40.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.89s Oct 12 21:45:40.449 INFO kablam! su: No module specific data is present Oct 12 21:45:41.054 INFO running `"docker" "rm" "-f" "1d2155e51d9eec618bce3555e24aa704ca1bb7c842ec9a8adaa2e4c223b8c907"` Oct 12 21:45:41.437 INFO blam! 1d2155e51d9eec618bce3555e24aa704ca1bb7c842ec9a8adaa2e4c223b8c907