Oct 10 20:07:43.775 INFO testing kiorpesc/kk_osc_to_reaper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:07:43.775 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:07:43.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:07:44.137 INFO blam! 9d90450b349827c42dd42839389c7310d4a4494d1cf05183529855d4f4a68ad5 Oct 10 20:07:44.138 INFO running `"docker" "start" "-a" "9d90450b349827c42dd42839389c7310d4a4494d1cf05183529855d4f4a68ad5"` Oct 10 20:07:44.588 INFO kablam! usermod: no changes Oct 10 20:07:44.650 INFO kablam! Compiling rosc v0.1.5 Oct 10 20:07:45.956 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 10 20:07:47.058 INFO kablam! warning: unused import: `regex::Regex` Oct 10 20:07:47.058 INFO kablam! --> src/main.rs:5:5 Oct 10 20:07:47.058 INFO kablam! | Oct 10 20:07:47.058 INFO kablam! 5 | use regex::Regex; Oct 10 20:07:47.058 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:07:47.058 INFO kablam! | Oct 10 20:07:47.058 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:07:47.058 INFO kablam! Oct 10 20:07:47.082 INFO kablam! warning: unused variable: `res1` Oct 10 20:07:47.082 INFO kablam! --> src/main.rs:73:9 Oct 10 20:07:47.082 INFO kablam! | Oct 10 20:07:47.082 INFO kablam! 73 | let res1 = thread1.join(); Oct 10 20:07:47.082 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 10 20:07:47.082 INFO kablam! | Oct 10 20:07:47.082 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:07:47.082 INFO kablam! Oct 10 20:07:47.082 INFO kablam! warning: unused variable: `res2` Oct 10 20:07:47.082 INFO kablam! --> src/main.rs:74:9 Oct 10 20:07:47.082 INFO kablam! | Oct 10 20:07:47.082 INFO kablam! 74 | let res2 = thread2.join(); Oct 10 20:07:47.082 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 10 20:07:47.082 INFO kablam! Oct 10 20:07:47.083 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 10 20:07:47.083 INFO kablam! --> src/main.rs:30:1 Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! 30 | struct osc_to_function { Oct 10 20:07:47.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:07:47.083 INFO kablam! Oct 10 20:07:47.083 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 10 20:07:47.083 INFO kablam! --> src/main.rs:35:1 Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 10 20:07:47.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:47.083 INFO kablam! Oct 10 20:07:47.083 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 10 20:07:47.083 INFO kablam! --> src/main.rs:30:1 Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! 30 | / struct osc_to_function { Oct 10 20:07:47.083 INFO kablam! 31 | | match_string: String, Oct 10 20:07:47.083 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 10 20:07:47.083 INFO kablam! 33 | | } Oct 10 20:07:47.083 INFO kablam! | |_^ Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 20:07:47.083 INFO kablam! Oct 10 20:07:47.083 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 10 20:07:47.083 INFO kablam! --> src/main.rs:35:1 Oct 10 20:07:47.083 INFO kablam! | Oct 10 20:07:47.083 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 10 20:07:47.083 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 10 20:07:47.083 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 10 20:07:47.083 INFO kablam! 38 | | } Oct 10 20:07:47.083 INFO kablam! | |_^ Oct 10 20:07:47.083 INFO kablam! Oct 10 20:07:47.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.28s Oct 10 20:07:47.899 INFO kablam! su: No module specific data is present Oct 10 20:07:48.175 INFO running `"docker" "rm" "-f" "9d90450b349827c42dd42839389c7310d4a4494d1cf05183529855d4f4a68ad5"` Oct 10 20:07:48.289 INFO blam! 9d90450b349827c42dd42839389c7310d4a4494d1cf05183529855d4f4a68ad5 Oct 10 20:07:48.289 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:07:48.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:07:48.464 INFO blam! 01cb7863b02b70a14e3c893b0a3c5ad65fbb6aca0cad0bce04a222ffd06fb10a Oct 10 20:07:48.473 INFO running `"docker" "start" "-a" "01cb7863b02b70a14e3c893b0a3c5ad65fbb6aca0cad0bce04a222ffd06fb10a"` Oct 10 20:07:48.900 INFO kablam! usermod: no changes Oct 10 20:07:48.952 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 10 20:07:50.028 INFO kablam! warning: unused import: `regex::Regex` Oct 10 20:07:50.029 INFO kablam! --> src/main.rs:5:5 Oct 10 20:07:50.029 INFO kablam! | Oct 10 20:07:50.029 INFO kablam! 5 | use regex::Regex; Oct 10 20:07:50.029 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:07:50.029 INFO kablam! | Oct 10 20:07:50.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:07:50.029 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: unused variable: `res1` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:73:9 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 73 | let res1 = thread1.join(); Oct 10 20:07:50.045 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: unused variable: `res2` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:74:9 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 74 | let res2 = thread2.join(); Oct 10 20:07:50.045 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:30:1 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 30 | struct osc_to_function { Oct 10 20:07:50.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:35:1 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 10 20:07:50.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:30:1 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 30 | / struct osc_to_function { Oct 10 20:07:50.045 INFO kablam! 31 | | match_string: String, Oct 10 20:07:50.045 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 10 20:07:50.045 INFO kablam! 33 | | } Oct 10 20:07:50.045 INFO kablam! | |_^ Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.045 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 10 20:07:50.045 INFO kablam! --> src/main.rs:35:1 Oct 10 20:07:50.045 INFO kablam! | Oct 10 20:07:50.045 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 10 20:07:50.045 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 10 20:07:50.045 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 10 20:07:50.045 INFO kablam! 38 | | } Oct 10 20:07:50.045 INFO kablam! | |_^ Oct 10 20:07:50.045 INFO kablam! Oct 10 20:07:50.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 10 20:07:50.556 INFO kablam! su: No module specific data is present Oct 10 20:07:51.223 INFO running `"docker" "rm" "-f" "01cb7863b02b70a14e3c893b0a3c5ad65fbb6aca0cad0bce04a222ffd06fb10a"` Oct 10 20:07:51.368 INFO blam! 01cb7863b02b70a14e3c893b0a3c5ad65fbb6aca0cad0bce04a222ffd06fb10a Oct 10 20:07:51.375 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:07:51.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:07:51.750 INFO blam! d392c6ecfd04e17f679bc25cfbefa5a5bef6a3df21b6c132b1895e4de4037468 Oct 10 20:07:51.751 INFO running `"docker" "start" "-a" "d392c6ecfd04e17f679bc25cfbefa5a5bef6a3df21b6c132b1895e4de4037468"` Oct 10 20:07:52.204 INFO kablam! usermod: no changes Oct 10 20:07:52.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 20:07:52.262 INFO kablam! Running /target/debug/deps/kk_osc_to_reaper-aa2e265d26108cca Oct 10 20:07:52.270 INFO blam! Oct 10 20:07:52.270 INFO blam! running 0 tests Oct 10 20:07:52.270 INFO blam! Oct 10 20:07:52.270 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:52.270 INFO blam! Oct 10 20:07:52.271 INFO kablam! su: No module specific data is present Oct 10 20:07:52.538 INFO running `"docker" "rm" "-f" "d392c6ecfd04e17f679bc25cfbefa5a5bef6a3df21b6c132b1895e4de4037468"` Oct 10 20:07:52.656 INFO blam! d392c6ecfd04e17f679bc25cfbefa5a5bef6a3df21b6c132b1895e4de4037468