Oct 14 15:04:35.678 INFO testing kiorpesc/kk_osc_to_reaper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:04:35.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:04:36.033 INFO blam! c31cea41d062c3004650cb80151fb2d6f8bba95d3da7570125ad5595d5b4b086 Oct 14 15:04:36.039 INFO running `"docker" "start" "-a" "c31cea41d062c3004650cb80151fb2d6f8bba95d3da7570125ad5595d5b4b086"` Oct 14 15:04:37.138 INFO kablam! usermod: no changes Oct 14 15:04:37.227 INFO kablam! Compiling libc v0.2.34 Oct 14 15:04:37.227 INFO kablam! Compiling rosc v0.1.5 Oct 14 15:04:39.266 INFO kablam! Compiling memchr v2.0.1 Oct 14 15:04:39.827 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 15:04:40.823 INFO kablam! Compiling regex v0.2.3 Oct 14 15:04:49.516 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 14 15:04:49.783 INFO kablam! warning: unused import: `regex::Regex` Oct 14 15:04:49.783 INFO kablam! --> src/main.rs:5:5 Oct 14 15:04:49.783 INFO kablam! | Oct 14 15:04:49.783 INFO kablam! 5 | use regex::Regex; Oct 14 15:04:49.783 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:04:49.783 INFO kablam! | Oct 14 15:04:49.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:04:49.783 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: unused variable: `res1` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:73:9 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 73 | let res1 = thread1.join(); Oct 14 15:04:49.809 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: unused variable: `res2` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:74:9 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 74 | let res2 = thread2.join(); Oct 14 15:04:49.809 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 30 | struct osc_to_function { Oct 14 15:04:49.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 14 15:04:49.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 30 | / struct osc_to_function { Oct 14 15:04:49.809 INFO kablam! 31 | | match_string: String, Oct 14 15:04:49.809 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 14 15:04:49.809 INFO kablam! 33 | | } Oct 14 15:04:49.809 INFO kablam! | |_^ Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:49.809 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 14 15:04:49.809 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:49.809 INFO kablam! | Oct 14 15:04:49.809 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 14 15:04:49.809 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 14 15:04:49.809 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 14 15:04:49.809 INFO kablam! 38 | | } Oct 14 15:04:49.809 INFO kablam! | |_^ Oct 14 15:04:49.809 INFO kablam! Oct 14 15:04:50.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.69s Oct 14 15:04:50.867 INFO kablam! su: No module specific data is present Oct 14 15:04:51.643 INFO running `"docker" "rm" "-f" "c31cea41d062c3004650cb80151fb2d6f8bba95d3da7570125ad5595d5b4b086"` Oct 14 15:04:51.934 INFO blam! c31cea41d062c3004650cb80151fb2d6f8bba95d3da7570125ad5595d5b4b086 Oct 14 15:04:51.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:04:52.395 INFO blam! b204935b0db6951f45acb42dfa5ad2607baa2912f730387bf63b261fdd2817b5 Oct 14 15:04:52.411 INFO running `"docker" "start" "-a" "b204935b0db6951f45acb42dfa5ad2607baa2912f730387bf63b261fdd2817b5"` Oct 14 15:04:53.478 INFO kablam! usermod: no changes Oct 14 15:04:53.519 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 14 15:04:53.775 INFO kablam! warning: unused import: `regex::Regex` Oct 14 15:04:53.776 INFO kablam! --> src/main.rs:5:5 Oct 14 15:04:53.776 INFO kablam! | Oct 14 15:04:53.776 INFO kablam! 5 | use regex::Regex; Oct 14 15:04:53.776 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:04:53.777 INFO kablam! | Oct 14 15:04:53.777 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:04:53.777 INFO kablam! Oct 14 15:04:53.791 INFO kablam! warning: unused variable: `res1` Oct 14 15:04:53.791 INFO kablam! --> src/main.rs:73:9 Oct 14 15:04:53.791 INFO kablam! | Oct 14 15:04:53.791 INFO kablam! 73 | let res1 = thread1.join(); Oct 14 15:04:53.791 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 14 15:04:53.791 INFO kablam! | Oct 14 15:04:53.792 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:53.792 INFO kablam! Oct 14 15:04:53.792 INFO kablam! warning: unused variable: `res2` Oct 14 15:04:53.793 INFO kablam! --> src/main.rs:74:9 Oct 14 15:04:53.793 INFO kablam! | Oct 14 15:04:53.793 INFO kablam! 74 | let res2 = thread2.join(); Oct 14 15:04:53.793 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 14 15:04:53.793 INFO kablam! Oct 14 15:04:53.795 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 14 15:04:53.795 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! 30 | struct osc_to_function { Oct 14 15:04:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:04:53.795 INFO kablam! Oct 14 15:04:53.795 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 14 15:04:53.795 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 14 15:04:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:53.795 INFO kablam! Oct 14 15:04:53.795 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 14 15:04:53.795 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! 30 | / struct osc_to_function { Oct 14 15:04:53.795 INFO kablam! 31 | | match_string: String, Oct 14 15:04:53.795 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 14 15:04:53.795 INFO kablam! 33 | | } Oct 14 15:04:53.795 INFO kablam! | |_^ Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:04:53.795 INFO kablam! Oct 14 15:04:53.795 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 14 15:04:53.795 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:53.795 INFO kablam! | Oct 14 15:04:53.795 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 14 15:04:53.795 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 14 15:04:53.795 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 14 15:04:53.795 INFO kablam! 38 | | } Oct 14 15:04:53.795 INFO kablam! | |_^ Oct 14 15:04:53.795 INFO kablam! Oct 14 15:04:54.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 14 15:04:54.301 INFO kablam! su: No module specific data is present Oct 14 15:04:54.991 INFO running `"docker" "rm" "-f" "b204935b0db6951f45acb42dfa5ad2607baa2912f730387bf63b261fdd2817b5"` Oct 14 15:04:55.327 INFO blam! b204935b0db6951f45acb42dfa5ad2607baa2912f730387bf63b261fdd2817b5 Oct 14 15:04:55.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:04:55.727 INFO blam! 781ef0d49d85d66486a72f7ef56cb9d0ddcfb8334e0703a5c946fb10e4476aaf Oct 14 15:04:55.731 INFO running `"docker" "start" "-a" "781ef0d49d85d66486a72f7ef56cb9d0ddcfb8334e0703a5c946fb10e4476aaf"` Oct 14 15:04:57.714 INFO kablam! usermod: no changes Oct 14 15:04:57.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 15:04:57.808 INFO kablam! Running /target/debug/deps/kk_osc_to_reaper-aa2e265d26108cca Oct 14 15:04:57.813 INFO blam! Oct 14 15:04:57.813 INFO blam! running 0 tests Oct 14 15:04:57.813 INFO blam! Oct 14 15:04:57.813 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:04:57.813 INFO blam! Oct 14 15:04:57.816 INFO kablam! su: No module specific data is present Oct 14 15:04:58.756 INFO running `"docker" "rm" "-f" "781ef0d49d85d66486a72f7ef56cb9d0ddcfb8334e0703a5c946fb10e4476aaf"` Oct 14 15:04:59.128 INFO blam! 781ef0d49d85d66486a72f7ef56cb9d0ddcfb8334e0703a5c946fb10e4476aaf