Oct 14 21:03:17.056 INFO testing f-ctt/The-Senate-Bus-Problem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:03:17.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 21:03:17.439 INFO blam! 5dc62f742fdb8d87a2bb62ab96623af6e5b1fbdf2183ebbdf48043dc156a9eec Oct 14 21:03:17.442 INFO running `"docker" "start" "-a" "5dc62f742fdb8d87a2bb62ab96623af6e5b1fbdf2183ebbdf48043dc156a9eec"` Oct 14 21:03:18.387 INFO kablam! usermod: no changes Oct 14 21:03:18.455 INFO kablam! Compiling rand_core v0.2.0-pre.0 Oct 14 21:03:19.175 INFO kablam! Compiling rand v0.5.0-pre.2 Oct 14 21:03:22.508 INFO kablam! Compiling The-Senate-Bus-problem v0.1.0 (/source) Oct 14 21:03:22.733 INFO kablam! warning: unused import: `RwLock` Oct 14 21:03:22.734 INFO kablam! --> src/main.rs:1:29 Oct 14 21:03:22.734 INFO kablam! | Oct 14 21:03:22.734 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 14 21:03:22.734 INFO kablam! | ^^^^^^ Oct 14 21:03:22.735 INFO kablam! | Oct 14 21:03:22.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:03:22.735 INFO kablam! Oct 14 21:03:22.835 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 14 21:03:22.836 INFO kablam! | Oct 14 21:03:22.836 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:22.836 INFO kablam! Oct 14 21:03:22.837 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 14 21:03:22.837 INFO kablam! --> src/main.rs:8:1 Oct 14 21:03:22.837 INFO kablam! | Oct 14 21:03:22.838 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 14 21:03:22.838 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 14 21:03:22.838 INFO kablam! 10 | | *waiting += 1; Oct 14 21:03:22.838 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 14 21:03:22.839 INFO kablam! 12 | | } Oct 14 21:03:22.839 INFO kablam! | |_^ Oct 14 21:03:22.839 INFO kablam! Oct 14 21:03:22.840 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 14 21:03:22.840 INFO kablam! --> src/main.rs:62:9 Oct 14 21:03:22.840 INFO kablam! | Oct 14 21:03:22.840 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 14 21:03:22.841 INFO kablam! | ^^^^^^^^^ Oct 14 21:03:22.841 INFO kablam! Oct 14 21:03:22.841 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 14 21:03:22.842 INFO kablam! --> src/main.rs:72:9 Oct 14 21:03:22.842 INFO kablam! | Oct 14 21:03:22.842 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 14 21:03:22.842 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:03:22.843 INFO kablam! Oct 14 21:03:23.393 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.98s Oct 14 21:03:23.394 INFO kablam! su: No module specific data is present Oct 14 21:03:23.727 INFO running `"docker" "rm" "-f" "5dc62f742fdb8d87a2bb62ab96623af6e5b1fbdf2183ebbdf48043dc156a9eec"` Oct 14 21:03:23.846 INFO blam! 5dc62f742fdb8d87a2bb62ab96623af6e5b1fbdf2183ebbdf48043dc156a9eec Oct 14 21:03:23.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 21:03:24.015 INFO blam! 21f0c392f0a590da3fcc2fe5d78d8ff35607033f5c903265ebb18d08b8a539bd Oct 14 21:03:24.017 INFO running `"docker" "start" "-a" "21f0c392f0a590da3fcc2fe5d78d8ff35607033f5c903265ebb18d08b8a539bd"` Oct 14 21:03:24.513 INFO kablam! usermod: no changes Oct 14 21:03:24.533 INFO kablam! Compiling The-Senate-Bus-problem v0.1.0 (/source) Oct 14 21:03:24.775 INFO kablam! warning: unused import: `RwLock` Oct 14 21:03:24.775 INFO kablam! --> src/main.rs:1:29 Oct 14 21:03:24.775 INFO kablam! | Oct 14 21:03:24.775 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 14 21:03:24.775 INFO kablam! | ^^^^^^ Oct 14 21:03:24.775 INFO kablam! | Oct 14 21:03:24.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:03:24.775 INFO kablam! Oct 14 21:03:24.871 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 14 21:03:24.871 INFO kablam! | Oct 14 21:03:24.871 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:24.871 INFO kablam! Oct 14 21:03:24.871 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 14 21:03:24.871 INFO kablam! --> src/main.rs:8:1 Oct 14 21:03:24.871 INFO kablam! | Oct 14 21:03:24.871 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 14 21:03:24.871 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 14 21:03:24.871 INFO kablam! 10 | | *waiting += 1; Oct 14 21:03:24.871 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 14 21:03:24.871 INFO kablam! 12 | | } Oct 14 21:03:24.871 INFO kablam! | |_^ Oct 14 21:03:24.871 INFO kablam! Oct 14 21:03:24.871 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 14 21:03:24.871 INFO kablam! --> src/main.rs:62:9 Oct 14 21:03:24.871 INFO kablam! | Oct 14 21:03:24.871 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 14 21:03:24.871 INFO kablam! | ^^^^^^^^^ Oct 14 21:03:24.871 INFO kablam! Oct 14 21:03:24.871 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 14 21:03:24.871 INFO kablam! --> src/main.rs:72:9 Oct 14 21:03:24.871 INFO kablam! | Oct 14 21:03:24.871 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 14 21:03:24.871 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:03:24.871 INFO kablam! Oct 14 21:03:25.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 14 21:03:25.173 INFO kablam! su: No module specific data is present Oct 14 21:03:25.474 INFO running `"docker" "rm" "-f" "21f0c392f0a590da3fcc2fe5d78d8ff35607033f5c903265ebb18d08b8a539bd"` Oct 14 21:03:25.589 INFO blam! 21f0c392f0a590da3fcc2fe5d78d8ff35607033f5c903265ebb18d08b8a539bd Oct 14 21:03:25.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 21:03:25.787 INFO blam! 92878a8a68074c61ba656c21fb021dbdb943b30cabe70a7362b5dfc0314e8da0 Oct 14 21:03:25.789 INFO running `"docker" "start" "-a" "92878a8a68074c61ba656c21fb021dbdb943b30cabe70a7362b5dfc0314e8da0"` Oct 14 21:03:26.259 INFO kablam! usermod: no changes Oct 14 21:03:26.306 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 21:03:26.307 INFO kablam! Running /target/debug/deps/The_Senate_Bus_problem-d33e024149984aa6 Oct 14 21:03:26.314 INFO kablam! su: No module specific data is present Oct 14 21:03:26.315 INFO blam! Oct 14 21:03:26.315 INFO blam! running 0 tests Oct 14 21:03:26.315 INFO blam! Oct 14 21:03:26.315 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:03:26.315 INFO blam! Oct 14 21:03:26.787 INFO running `"docker" "rm" "-f" "92878a8a68074c61ba656c21fb021dbdb943b30cabe70a7362b5dfc0314e8da0"` Oct 14 21:03:27.051 INFO blam! 92878a8a68074c61ba656c21fb021dbdb943b30cabe70a7362b5dfc0314e8da0