Oct 21 16:28:58.014 INFO checking kiorpesc/kk_osc_to_reaper against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:28:58.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:28:58.440 INFO blam! 29dfeef2a58dc5ff6f2b472d8e85fba86da1c71563a64f9e82be8d359a72385f Oct 21 16:28:58.441 INFO running `"docker" "start" "-a" "29dfeef2a58dc5ff6f2b472d8e85fba86da1c71563a64f9e82be8d359a72385f"` Oct 21 16:28:59.024 INFO kablam! usermod: no changes Oct 21 16:28:59.084 INFO kablam! Checking rosc v0.1.5 Oct 21 16:28:59.616 INFO kablam! Checking kk_osc_to_reaper v0.1.0 (/source) Oct 21 16:29:00.212 INFO kablam! warning: unused import: `regex::Regex` Oct 21 16:29:00.212 INFO kablam! --> src/main.rs:5:5 Oct 21 16:29:00.212 INFO kablam! | Oct 21 16:29:00.212 INFO kablam! 5 | use regex::Regex; Oct 21 16:29:00.212 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:29:00.212 INFO kablam! | Oct 21 16:29:00.212 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:29:00.212 INFO kablam! Oct 21 16:29:00.236 INFO kablam! warning: unused variable: `res1` Oct 21 16:29:00.237 INFO kablam! --> src/main.rs:73:9 Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! 73 | let res1 = thread1.join(); Oct 21 16:29:00.237 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:29:00.237 INFO kablam! Oct 21 16:29:00.237 INFO kablam! warning: unused variable: `res2` Oct 21 16:29:00.237 INFO kablam! --> src/main.rs:74:9 Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! 74 | let res2 = thread2.join(); Oct 21 16:29:00.237 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 21 16:29:00.237 INFO kablam! Oct 21 16:29:00.237 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 21 16:29:00.237 INFO kablam! --> src/main.rs:30:1 Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! 30 | struct osc_to_function { Oct 21 16:29:00.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:29:00.237 INFO kablam! Oct 21 16:29:00.237 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 21 16:29:00.237 INFO kablam! --> src/main.rs:35:1 Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 21 16:29:00.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:29:00.237 INFO kablam! Oct 21 16:29:00.237 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 21 16:29:00.237 INFO kablam! --> src/main.rs:30:1 Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! 30 | / struct osc_to_function { Oct 21 16:29:00.237 INFO kablam! 31 | | match_string: String, Oct 21 16:29:00.237 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 21 16:29:00.237 INFO kablam! 33 | | } Oct 21 16:29:00.237 INFO kablam! | |_^ Oct 21 16:29:00.237 INFO kablam! | Oct 21 16:29:00.237 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 16:29:00.237 INFO kablam! Oct 21 16:29:00.240 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 21 16:29:00.240 INFO kablam! --> src/main.rs:35:1 Oct 21 16:29:00.240 INFO kablam! | Oct 21 16:29:00.240 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 21 16:29:00.240 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 21 16:29:00.240 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 21 16:29:00.240 INFO kablam! 38 | | } Oct 21 16:29:00.240 INFO kablam! | |_^ Oct 21 16:29:00.240 INFO kablam! Oct 21 16:29:00.298 INFO kablam! warning: unused import: `regex::Regex` Oct 21 16:29:00.298 INFO kablam! --> src/main.rs:5:5 Oct 21 16:29:00.298 INFO kablam! | Oct 21 16:29:00.298 INFO kablam! 5 | use regex::Regex; Oct 21 16:29:00.298 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:29:00.298 INFO kablam! | Oct 21 16:29:00.298 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:29:00.298 INFO kablam! Oct 21 16:29:00.330 INFO kablam! warning: unused variable: `res1` Oct 21 16:29:00.331 INFO kablam! --> src/main.rs:73:9 Oct 21 16:29:00.331 INFO kablam! | Oct 21 16:29:00.331 INFO kablam! 73 | let res1 = thread1.join(); Oct 21 16:29:00.332 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 21 16:29:00.332 INFO kablam! | Oct 21 16:29:00.332 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:29:00.333 INFO kablam! Oct 21 16:29:00.333 INFO kablam! warning: unused variable: `res2` Oct 21 16:29:00.333 INFO kablam! --> src/main.rs:74:9 Oct 21 16:29:00.334 INFO kablam! | Oct 21 16:29:00.334 INFO kablam! 74 | let res2 = thread2.join(); Oct 21 16:29:00.334 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 21 16:29:00.335 INFO kablam! Oct 21 16:29:00.335 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 21 16:29:00.335 INFO kablam! --> src/main.rs:30:1 Oct 21 16:29:00.335 INFO kablam! | Oct 21 16:29:00.336 INFO kablam! 30 | struct osc_to_function { Oct 21 16:29:00.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:29:00.336 INFO kablam! | Oct 21 16:29:00.337 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:29:00.337 INFO kablam! Oct 21 16:29:00.337 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 21 16:29:00.338 INFO kablam! --> src/main.rs:35:1 Oct 21 16:29:00.338 INFO kablam! | Oct 21 16:29:00.338 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 21 16:29:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:29:00.339 INFO kablam! Oct 21 16:29:00.339 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 21 16:29:00.340 INFO kablam! --> src/main.rs:30:1 Oct 21 16:29:00.344 INFO kablam! | Oct 21 16:29:00.345 INFO kablam! 30 | / struct osc_to_function { Oct 21 16:29:00.345 INFO kablam! 31 | | match_string: String, Oct 21 16:29:00.345 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 21 16:29:00.345 INFO kablam! 33 | | } Oct 21 16:29:00.345 INFO kablam! | |_^ Oct 21 16:29:00.346 INFO kablam! | Oct 21 16:29:00.346 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 16:29:00.346 INFO kablam! Oct 21 16:29:00.346 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 21 16:29:00.346 INFO kablam! --> src/main.rs:35:1 Oct 21 16:29:00.347 INFO kablam! | Oct 21 16:29:00.347 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 21 16:29:00.347 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 21 16:29:00.347 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 21 16:29:00.347 INFO kablam! 38 | | } Oct 21 16:29:00.348 INFO kablam! | |_^ Oct 21 16:29:00.348 INFO kablam! Oct 21 16:29:00.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 21 16:29:00.370 INFO kablam! su: No module specific data is present Oct 21 16:29:00.855 INFO running `"docker" "rm" "-f" "29dfeef2a58dc5ff6f2b472d8e85fba86da1c71563a64f9e82be8d359a72385f"` Oct 21 16:29:01.087 INFO blam! 29dfeef2a58dc5ff6f2b472d8e85fba86da1c71563a64f9e82be8d359a72385f