[INFO] cloning repository f-ctt/The-Senate-Bus-Problem [INFO] running `"git" "clone" "--bare" "git://github.com/f-ctt/The-Senate-Bus-Problem.git" "work/cache/sources/gh/f-ctt/The-Senate-Bus-Problem"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/f-ctt/The-Senate-Bus-Problem'... [INFO] running `"git" "clone" "work/cache/sources/gh/f-ctt/The-Senate-Bus-Problem" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/f-ctt/The-Senate-Bus-Problem" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/f-ctt/The-Senate-Bus-Problem"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/f-ctt/The-Senate-Bus-Problem'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 73f2d917655d01fded8b572ae6a73678d3165755 [INFO] sha for GitHub repo f-ctt/The-Senate-Bus-Problem: 73f2d917655d01fded8b572ae6a73678d3165755 [INFO] validating manifest of f-ctt/The-Senate-Bus-Problem on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of f-ctt/The-Senate-Bus-Problem on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing f-ctt/The-Senate-Bus-Problem [INFO] finished frobbing f-ctt/The-Senate-Bus-Problem [INFO] frobbed toml for f-ctt/The-Senate-Bus-Problem written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem/Cargo.toml [INFO] started frobbing f-ctt/The-Senate-Bus-Problem [INFO] finished frobbing f-ctt/The-Senate-Bus-Problem [INFO] frobbed toml for f-ctt/The-Senate-Bus-Problem written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/f-ctt/The-Senate-Bus-Problem/Cargo.toml [INFO] crate f-ctt/The-Senate-Bus-Problem already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand_core v0.2.0-pre.0 [INFO] [stderr] Downloaded rand v0.5.0-pre.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing f-ctt/The-Senate-Bus-Problem against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 68f49dc14151d16d4bd8c37480b408b9108524b6ff95c569d958efb8d25edd39 [INFO] running `"docker" "start" "-a" "68f49dc14151d16d4bd8c37480b408b9108524b6ff95c569d958efb8d25edd39"` [INFO] [stderr] Compiling rand_core v0.2.0-pre.0 [INFO] [stderr] Compiling rand v0.5.0-pre.2 [INFO] [stderr] Compiling The-Senate-Bus-problem v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `RwLock` [INFO] [stderr] --> src/main.rs:1:29 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `The_Senate_Bus_problem` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `the_senate_bus_problem` [INFO] [stderr] [INFO] [stderr] warning: function `enter_boardingArea` should have a snake case name [INFO] [stderr] --> src/main.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enter_boarding_area` [INFO] [stderr] [INFO] [stderr] warning: variable `allAboard` should have a snake case name [INFO] [stderr] --> src/main.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `all_aboard` [INFO] [stderr] [INFO] [stderr] warning: variable `allAboard_clone` should have a snake case name [INFO] [stderr] --> src/main.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | let allAboard_clone = allAboard.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_aboard_clone` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.64s [INFO] running `"docker" "inspect" "68f49dc14151d16d4bd8c37480b408b9108524b6ff95c569d958efb8d25edd39"` [INFO] running `"docker" "rm" "-f" "68f49dc14151d16d4bd8c37480b408b9108524b6ff95c569d958efb8d25edd39"` [INFO] [stdout] 68f49dc14151d16d4bd8c37480b408b9108524b6ff95c569d958efb8d25edd39 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c97b062a7d4593a83fbc556f0eb991216392ddeee2d8f60fb5e31cb11fbe121b [INFO] running `"docker" "start" "-a" "c97b062a7d4593a83fbc556f0eb991216392ddeee2d8f60fb5e31cb11fbe121b"` [INFO] [stderr] Compiling The-Senate-Bus-problem v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `RwLock` [INFO] [stderr] --> src/main.rs:1:29 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::{Mutex, Arc, RwLock, Condvar}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `The_Senate_Bus_problem` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `the_senate_bus_problem` [INFO] [stderr] [INFO] [stderr] warning: function `enter_boardingArea` should have a snake case name [INFO] [stderr] --> src/main.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn enter_boardingArea(mutex_clone: Arc>, id: u32) { // update the amout of riders waiting and unlock the mutex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enter_boarding_area` [INFO] [stderr] [INFO] [stderr] warning: variable `allAboard` should have a snake case name [INFO] [stderr] --> src/main.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | let allAboard = Arc::new((Mutex::new(0), Condvar::new())); // Bus waits til all riders get in [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `all_aboard` [INFO] [stderr] [INFO] [stderr] warning: variable `allAboard_clone` should have a snake case name [INFO] [stderr] --> src/main.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | let allAboard_clone = allAboard.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_aboard_clone` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "c97b062a7d4593a83fbc556f0eb991216392ddeee2d8f60fb5e31cb11fbe121b"` [INFO] running `"docker" "rm" "-f" "c97b062a7d4593a83fbc556f0eb991216392ddeee2d8f60fb5e31cb11fbe121b"` [INFO] [stdout] c97b062a7d4593a83fbc556f0eb991216392ddeee2d8f60fb5e31cb11fbe121b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/f-ctt/The-Senate-Bus-Problem:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 5fc0095ce60e7a39b4aa9390cab8e32049d2798c316221e95b7ef4026759d14e [INFO] running `"docker" "start" "-a" "5fc0095ce60e7a39b4aa9390cab8e32049d2798c316221e95b7ef4026759d14e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/The_Senate_Bus_problem-baa164b91d672eea [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5fc0095ce60e7a39b4aa9390cab8e32049d2798c316221e95b7ef4026759d14e"` [INFO] running `"docker" "rm" "-f" "5fc0095ce60e7a39b4aa9390cab8e32049d2798c316221e95b7ef4026759d14e"` [INFO] [stdout] 5fc0095ce60e7a39b4aa9390cab8e32049d2798c316221e95b7ef4026759d14e