Oct 10 23:16:45.971 INFO testing f-ctt/The-Senate-Bus-Problem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:16:45.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:16:45.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:16:46.356 INFO blam! 21b9875952d6e93d59cffe022aeac3890cd03c8be2438239ddb0f639c1b51910 Oct 10 23:16:46.362 INFO running `"docker" "start" "-a" "21b9875952d6e93d59cffe022aeac3890cd03c8be2438239ddb0f639c1b51910"` Oct 10 23:16:47.744 INFO kablam! usermod: no changes Oct 10 23:16:47.812 INFO kablam! Compiling rand_core v0.2.0-pre.0 Oct 10 23:16:49.148 INFO kablam! Compiling rand v0.5.0-pre.2 Oct 10 23:16:53.501 INFO kablam! Compiling The-Senate-Bus-problem v0.1.0 (/source) Oct 10 23:16:54.208 INFO kablam! warning: unused import: `RwLock` Oct 10 23:16:54.208 INFO kablam! --> src/main.rs:1:29 Oct 10 23:16:54.208 INFO kablam! | Oct 10 23:16:54.208 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 10 23:16:54.208 INFO kablam! | ^^^^^^ Oct 10 23:16:54.208 INFO kablam! | Oct 10 23:16:54.208 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:16:54.208 INFO kablam! Oct 10 23:16:54.321 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 10 23:16:54.321 INFO kablam! | Oct 10 23:16:54.322 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:16:54.322 INFO kablam! Oct 10 23:16:54.322 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 10 23:16:54.323 INFO kablam! --> src/main.rs:8:1 Oct 10 23:16:54.323 INFO kablam! | Oct 10 23:16:54.323 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 10 23:16:54.323 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 10 23:16:54.324 INFO kablam! 10 | | *waiting += 1; Oct 10 23:16:54.324 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 10 23:16:54.324 INFO kablam! 12 | | } Oct 10 23:16:54.325 INFO kablam! | |_^ Oct 10 23:16:54.325 INFO kablam! Oct 10 23:16:54.325 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 10 23:16:54.326 INFO kablam! --> src/main.rs:62:9 Oct 10 23:16:54.326 INFO kablam! | Oct 10 23:16:54.326 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 10 23:16:54.327 INFO kablam! | ^^^^^^^^^ Oct 10 23:16:54.327 INFO kablam! Oct 10 23:16:54.327 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 10 23:16:54.328 INFO kablam! --> src/main.rs:72:9 Oct 10 23:16:54.328 INFO kablam! | Oct 10 23:16:54.328 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 10 23:16:54.329 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:16:54.329 INFO kablam! Oct 10 23:16:55.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 10 23:16:55.369 INFO kablam! su: No module specific data is present Oct 10 23:16:56.191 INFO running `"docker" "rm" "-f" "21b9875952d6e93d59cffe022aeac3890cd03c8be2438239ddb0f639c1b51910"` Oct 10 23:16:56.476 INFO blam! 21b9875952d6e93d59cffe022aeac3890cd03c8be2438239ddb0f639c1b51910 Oct 10 23:16:56.485 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:16:56.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:16:56.940 INFO blam! 77c4290563f2b66a8ccf46ee9ca7556c3aa7c8e3eca5e59a8378cdd828272204 Oct 10 23:16:56.952 INFO running `"docker" "start" "-a" "77c4290563f2b66a8ccf46ee9ca7556c3aa7c8e3eca5e59a8378cdd828272204"` Oct 10 23:16:58.293 INFO kablam! usermod: no changes Oct 10 23:16:58.381 INFO kablam! Compiling The-Senate-Bus-problem v0.1.0 (/source) Oct 10 23:16:59.276 INFO kablam! warning: unused import: `RwLock` Oct 10 23:16:59.276 INFO kablam! --> src/main.rs:1:29 Oct 10 23:16:59.276 INFO kablam! | Oct 10 23:16:59.276 INFO kablam! 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; Oct 10 23:16:59.276 INFO kablam! | ^^^^^^ Oct 10 23:16:59.276 INFO kablam! | Oct 10 23:16:59.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:16:59.276 INFO kablam! Oct 10 23:16:59.392 INFO kablam! warning: crate `The_Senate_Bus_problem` should have a snake case name such as `the_senate_bus_problem` Oct 10 23:16:59.392 INFO kablam! | Oct 10 23:16:59.392 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:16:59.392 INFO kablam! Oct 10 23:16:59.392 INFO kablam! warning: function `enter_boardingArea` should have a snake case name such as `enter_boarding_area` Oct 10 23:16:59.392 INFO kablam! --> src/main.rs:8:1 Oct 10 23:16:59.392 INFO kablam! | Oct 10 23:16:59.392 INFO kablam! 8 | / fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex Oct 10 23:16:59.392 INFO kablam! 9 | | let mut waiting = mutex_clone.lock().unwrap(); Oct 10 23:16:59.392 INFO kablam! 10 | | *waiting += 1; Oct 10 23:16:59.392 INFO kablam! 11 | | println!("RID: {}\t\t: enter: {}", id, *waiting); Oct 10 23:16:59.392 INFO kablam! 12 | | } Oct 10 23:16:59.392 INFO kablam! | |_^ Oct 10 23:16:59.392 INFO kablam! Oct 10 23:16:59.392 INFO kablam! warning: variable `allAboard` should have a snake case name such as `all_aboard` Oct 10 23:16:59.392 INFO kablam! --> src/main.rs:62:9 Oct 10 23:16:59.392 INFO kablam! | Oct 10 23:16:59.392 INFO kablam! 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in Oct 10 23:16:59.392 INFO kablam! | ^^^^^^^^^ Oct 10 23:16:59.392 INFO kablam! Oct 10 23:16:59.392 INFO kablam! warning: variable `allAboard_clone` should have a snake case name such as `all_aboard_clone` Oct 10 23:16:59.392 INFO kablam! --> src/main.rs:72:9 Oct 10 23:16:59.392 INFO kablam! | Oct 10 23:16:59.392 INFO kablam! 72 | let allAboard_clone = allAboard.clone(); Oct 10 23:16:59.392 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:16:59.392 INFO kablam! Oct 10 23:16:59.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 10 23:16:59.977 INFO kablam! su: No module specific data is present Oct 10 23:17:00.725 INFO running `"docker" "rm" "-f" "77c4290563f2b66a8ccf46ee9ca7556c3aa7c8e3eca5e59a8378cdd828272204"` Oct 10 23:17:01.145 INFO blam! 77c4290563f2b66a8ccf46ee9ca7556c3aa7c8e3eca5e59a8378cdd828272204 Oct 10 23:17:01.147 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:17:01.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:17:01.561 INFO blam! f8b08f5993cde4e29c2912205dfb81f45fd7a1ffec2ebc8efb94ddc060763351 Oct 10 23:17:01.562 INFO running `"docker" "start" "-a" "f8b08f5993cde4e29c2912205dfb81f45fd7a1ffec2ebc8efb94ddc060763351"` Oct 10 23:17:02.772 INFO kablam! usermod: no changes Oct 10 23:17:02.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 23:17:02.840 INFO blam! Oct 10 23:17:02.840 INFO kablam! Running /target/debug/deps/The_Senate_Bus_problem-d33e024149984aa6 Oct 10 23:17:02.840 INFO blam! running 0 tests Oct 10 23:17:02.840 INFO blam! Oct 10 23:17:02.840 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:17:02.840 INFO blam! Oct 10 23:17:02.856 INFO kablam! su: No module specific data is present Oct 10 23:17:03.553 INFO running `"docker" "rm" "-f" "f8b08f5993cde4e29c2912205dfb81f45fd7a1ffec2ebc8efb94ddc060763351"` Oct 10 23:17:03.804 INFO blam! f8b08f5993cde4e29c2912205dfb81f45fd7a1ffec2ebc8efb94ddc060763351